Searched refs:O_SYNC (Results 1 – 10 of 10) 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()
640 *O_SYNC* have no meaning to a CD-ROM.