Home
last modified time | relevance | path

Searched refs:O_SYNC (Results 1 – 16 of 16) 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.c403 { O_SYNC, "O_SYNC" }, in TEST_F()
/linux/fs/ext4/
H A Dextents.c4872 (file->f_flags & O_SYNC) || IS_SYNC(inode))) { in ext4_zero_range()
4893 if ((file->f_flags & O_SYNC) || IS_SYNC(inode)) in ext4_zero_range()
4931 if (((file->f_flags & O_SYNC) || IS_SYNC(inode)) && in ext4_do_fallocate()
5722 if ((file->f_flags & O_SYNC) || IS_SYNC(inode)) in ext4_collapse_range()
5846 if ((file->f_flags & O_SYNC) || IS_SYNC(inode)) in ext4_insert_range()
H A Dinode.c4506 if (((file->f_flags & O_SYNC) || IS_SYNC(inode)) && partial_zeroed) { in ext4_punch_hole()
4560 if ((file->f_flags & O_SYNC) || IS_SYNC(inode)) in ext4_punch_hole()
/linux/fs/smb/client/
H A Dcifsglob.h2386 if (oflags & O_SYNC) in cifs_open_create_options()
H A Dfile.c2640 return (oflags & (O_SYNC | O_DIRECT)) == (cflags & (O_SYNC | O_DIRECT)); in open_flags_match()
/linux/arch/arm64/mm/
H A Dmmu.c101 else if (file->f_flags & O_SYNC) in phys_mem_access_prot()
/linux/fs/smb/server/
H A Dvfs.c937 filp->f_flags |= O_SYNC; in ksmbd_vfs_set_fadvise()
/linux/fs/fuse/
H A Dfile.c1167 flags |= O_SYNC; in fuse_write_flags()
/linux/Documentation/cdrom/
H A Dcdrom-standard.rst640 *O_SYNC* have no meaning to a CD-ROM.