Searched refs:O_SYNC (Results 1 - 20 of 20) sorted by relevance

/linux-master/arch/csky/mm/
H A Dioremap.c13 } else if (file->f_flags & O_SYNC) {
/linux-master/arch/parisc/include/uapi/asm/
H A Dfcntl.h10 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dfcntl.h12 #define O_DSYNC 040000 /* used to be O_SYNC, see below */
21 * the O_SYNC flag. We continue to use the existing numerical value
23 * This new value is used to request true Posix O_SYNC semantics. It is
28 * wherever we do not care if O_DSYNC or O_SYNC is used.
33 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/linux-master/arch/mips/include/uapi/asm/
H A Dfcntl.h15 #define O_DSYNC 0x0010 /* used to be O_SYNC, see below */
25 * the O_SYNC flag. We continue to use the existing numerical value
27 * This new value is used to request true Posix O_SYNC semantics. It is
32 * wherever we do not care if O_DSYNC or O_SYNC is used.
37 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dfcntl.h10 #define O_DSYNC 0x2000 /* used to be O_SYNC, see below */
24 * the O_SYNC flag. We continue to use the existing numerical value
26 * This new value is used to request true Posix O_SYNC semantics. It is
31 * wherever we do not care if O_DSYNC or O_SYNC is used.
36 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/linux-master/tools/perf/trace/beauty/
H A Dopen_flags.c62 if ((flags & O_SYNC) == O_SYNC)
/linux-master/include/uapi/asm-generic/
H A Dfcntl.h42 #define O_DSYNC 00010000 /* used to be O_SYNC, see below */
68 * the O_SYNC flag. We continue to use the existing numerical value
70 * This new value is used to request true Posix O_SYNC semantics. It is
75 * wherever we do not care if O_DSYNC or O_SYNC is used.
79 #ifndef O_SYNC
81 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/linux-master/tools/include/uapi/asm-generic/
H A Dfcntl.h42 #define O_DSYNC 00010000 /* used to be O_SYNC, see below */
68 * the O_SYNC flag. We continue to use the existing numerical value
70 * This new value is used to request true Posix O_SYNC semantics. It is
75 * wherever we do not care if O_DSYNC or O_SYNC is used.
79 #ifndef O_SYNC
81 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/linux-master/tools/testing/selftests/tdx/
H A Dtdx_guest_test.c137 devfd = open(TDX_GUEST_DEVNAME, O_RDWR | O_SYNC);
/linux-master/fs/coda/
H A Dfile.c248 host_file->f_flags |= coda_file->f_flags & (O_APPEND | O_SYNC);
/linux-master/arch/um/os-Linux/
H A Dfile.c192 f |= O_SYNC;
/linux-master/fs/9p/
H A Dvfs_inode_dotl.c124 { O_SYNC, P9_DOTL_SYNC},
/linux-master/arch/arm64/mm/
H A Dmmu.c103 else if (file->f_flags & O_SYNC)
/linux-master/arch/arm/mm/
H A Dmmu.c718 else if (file->f_flags & O_SYNC)
/linux-master/fs/smb/server/
H A Dvfs.c976 filp->f_flags |= O_SYNC;
/linux-master/drivers/usb/gadget/function/
H A Df_mass_storage.c754 curlun->filp->f_flags &= ~O_SYNC; /* Default is not to wait */
781 curlun->filp->f_flags |= O_SYNC;
/linux-master/fs/ocfs2/
H A Dfile.c2050 if (file && (file->f_flags & O_SYNC))
/linux-master/fs/ext4/
H A Dextents.c4691 if (file->f_flags & O_SYNC)
4795 if (file->f_flags & O_SYNC && EXT4_SB(inode->i_sb)->s_journal) {
/linux-master/fs/smb/client/
H A Dfile.c249 /* be safe and imply O_SYNC for O_DSYNC */
379 *? O_SYNC is a reasonable match to CIFS writethrough flag
388 /* BB pass O_SYNC flag through on file attributes .. BB */
390 /* O_SYNC also has bit for O_DSYNC so following check picks up either */
391 if (f_flags & O_SYNC)
1041 /* O_SYNC also has bit for O_DSYNC so following check picks up either */
1042 if (cfile->f_flags & O_SYNC)
/linux-master/fs/fuse/
H A Dfile.c1083 flags |= O_SYNC;

Completed in 509 milliseconds