Searched refs:O_SYNC (Results 1 – 22 of 22) sorted by relevance
78 #ifndef O_SYNC80 #define O_SYNC (__O_SYNC|O_DSYNC) macro
62 if ((flags & O_SYNC) == O_SYNC) in open__scnprintf_flags()
13 } else if (file->f_flags & O_SYNC) { in phys_mem_access_prot()
76 pub const O_SYNC: u32 = bindings::O_SYNC; constant
10 #define O_SYNC (__O_SYNC|O_DSYNC) macro
37 #define O_SYNC (__O_SYNC|O_DSYNC) macro
33 #define O_SYNC (__O_SYNC|O_DSYNC) macro
36 #define O_SYNC (__O_SYNC|O_DSYNC) macro
137 devfd = open(TDX_GUEST_DEVNAME, O_RDWR | O_SYNC); in TEST()
248 host_file->f_flags |= coda_file->f_flags & (O_APPEND | O_SYNC); in coda_open()
178 f |= O_SYNC; in os_open_file()
402 { O_SYNC, "O_SYNC" }, in TEST_F()
4777 if (((file->f_flags & O_SYNC) || IS_SYNC(inode)) && partial_zeroed) { in ext4_zero_range()4798 if ((file->f_flags & O_SYNC) || IS_SYNC(inode)) in ext4_zero_range()4836 if (((file->f_flags & O_SYNC) || IS_SYNC(inode)) && in ext4_do_fallocate()5610 if ((file->f_flags & O_SYNC) || IS_SYNC(inode)) in ext4_collapse_range()5734 if ((file->f_flags & O_SYNC) || IS_SYNC(inode)) in ext4_insert_range()
4475 if (((file->f_flags & O_SYNC) || IS_SYNC(inode)) && partial_zeroed) { in ext4_punch_hole()4529 if ((file->f_flags & O_SYNC) || IS_SYNC(inode)) in ext4_punch_hole()
755 curlun->filp->f_flags &= ~O_SYNC; /* Default is not to wait */ in do_write()782 curlun->filp->f_flags |= O_SYNC; in do_write()
2380 if (oflags & O_SYNC) in cifs_open_create_options()
2555 return (oflags & (O_SYNC | O_DIRECT)) == (cflags & (O_SYNC | O_DIRECT)); in open_flags_match()
906 filp->f_flags |= O_SYNC; in ksmbd_vfs_set_fadvise()
2071 if (file && (file->f_flags & O_SYNC)) in __ocfs2_change_file_space()
1144 flags |= O_SYNC; in fuse_write_flags()
640 *O_SYNC* have no meaning to a CD-ROM.