Searched refs:O_SYNC (Results 1 – 15 of 15) sorted by relevance
64 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
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()
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()
2384 if (oflags & O_SYNC) in cifs_open_create_options()
2600 return (oflags & (O_SYNC | O_DIRECT)) == (cflags & (O_SYNC | O_DIRECT)); in open_flags_match()
102 else if (file->f_flags & O_SYNC) in phys_mem_access_prot()
913 filp->f_flags |= O_SYNC; in ksmbd_vfs_set_fadvise()
1163 flags |= O_SYNC; in fuse_write_flags()
640 *O_SYNC* have no meaning to a CD-ROM.