Searched refs:O_DSYNC (Results 26 - 28 of 28) sorted by relevance

12

/linux-master/include/linux/
H A Dfs.h3399 if (file->f_flags & O_DSYNC)
/linux-master/fs/smb/client/
H A Dfile.c439 /* be safe and imply O_SYNC for O_DSYNC */
440 if (flags & O_DSYNC)
580 /* O_SYNC also has bit for O_DSYNC so following check picks up either */
1231 /* O_SYNC also has bit for O_DSYNC so following check picks up either */
/linux-master/fs/fuse/
H A Dfile.c1077 flags |= O_DSYNC;

Completed in 343 milliseconds

12