diff --git a/doc/api/fs.md b/doc/api/fs.md
index 729a4c51e46874..fc511bf7fe5585 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -2869,6 +2869,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 8b074050549ede..1023ada3e61fb5 100644
--- a/src/node_constants.cc
+++ b/src/node_constants.cc
@@ -1085,6 +1085,11 @@ void DefineSystemConstants(Local