Home
last modified time | relevance | path

Searched refs:__O_SYNC (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/include/uapi/asm-generic/
Dfcntl.h80 #define __O_SYNC 04000000 macro
81 #define O_SYNC (__O_SYNC|O_DSYNC)
/linux-4.19.296/include/linux/
Dfcntl.h10 O_APPEND | O_NDELAY | O_NONBLOCK | O_NDELAY | __O_SYNC | O_DSYNC | \
Dfs.h3279 if (file->f_flags & __O_SYNC) in iocb_flags()
/linux-4.19.296/fs/notify/fanotify/
Dfanotify_user.c41 __O_SYNC | O_DSYNC | O_CLOEXEC | \
/linux-4.19.296/fs/
Dopen.c971 if (flags & __O_SYNC) in build_open_flags()
/linux-4.19.296/fs/gfs2/
Dfile.c1043 (file->f_flags & __O_SYNC) ? 0 : 1); in __gfs2_fallocate()