diff --git a/doc/api/fs.md b/doc/api/fs.md
index a44bbd368eef44..ce29e3348538f2 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -2808,6 +2808,11 @@ The following constants are meant for use with `fs.open()`.
O_SYNC
Flag indicating that the file is opened for synchronous I/O.
+
+
O_DSYNC
+
Flag indicating that the file is opened for synchronous I/O
+ with write operations waiting for data integrity.
+
O_SYMLINK
Flag indicating to open the symbolic link itself rather than the
diff --git a/src/node_constants.cc b/src/node_constants.cc
index 7fd303dd32fed0..787f44a1f1643e 100644
--- a/src/node_constants.cc
+++ b/src/node_constants.cc
@@ -1089,6 +1089,11 @@ void DefineSystemConstants(Local