Synchronize the file data to disk
The fd_datasync()
function is used to synchronize the file data associated with a file descriptor to disk. It ensures that any modified data for the file is written to the underlying storage device.
Note
The fd_datasync()
function is used to synchronize the file data associated with a file descriptor to disk. It ensures that any modified data for the file is written to the underlying storage device. Only file descriptors with the appropriate Rights::FD_DATASYNC
permission can be synchronized.