Home
last modified time | relevance | path

Searched refs:O_SYNC (Results 1 – 10 of 10) sorted by relevance

/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h
/linux/tools/perf/trace/beauty/
H A Dopen_flags.c64 if ((flags & O_SYNC) == O_SYNC) in open__scnprintf_flags()
/linux/arch/csky/mm/
H A Dioremap.c13 } else if (file->f_flags & O_SYNC) { in phys_mem_access_prot()
/linux/rust/kernel/fs/
H A Dfile.rs76 pub const O_SYNC: u32 = bindings::O_SYNC; constant
/linux/tools/testing/selftests/tdx/
H A Dtdx_guest_test.c137 devfd = open(TDX_GUEST_DEVNAME, O_RDWR | O_SYNC); in TEST()
/linux/fs/coda/
H A Dfile.c248 host_file->f_flags |= coda_file->f_flags & (O_APPEND | O_SYNC); in coda_open()
/linux/arch/um/os-Linux/
H A Dfile.c178 f |= O_SYNC; in os_open_file()
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_file_handle_test.c402 { O_SYNC, "O_SYNC" }, in TEST_F()
/linux/drivers/usb/gadget/function/
H A Df_mass_storage.c755 curlun->filp->f_flags &= ~O_SYNC; /* Default is not to wait */ in do_write()
782 curlun->filp->f_flags |= O_SYNC; in do_write()
/linux/Documentation/cdrom/
H A Dcdrom-standard.rst640 *O_SYNC* have no meaning to a CD-ROM.