Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/dir_rd_update/
H A Ddir_rd_update.c82 testdd = open(dirpath, O_RDONLY|O_RSYNC|O_SYNC|O_DSYNC); in main()
92 int fd = open(dirpath, O_RDONLY|O_RSYNC|O_SYNC|O_DSYNC); in main()
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dfile.h34 #define FSYNC O_SYNC
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dvnode.h50 #define O_DSYNC O_SYNC
/f-stack/dpdk/examples/vm_power_manager/
H A Doob_monitor_x86.c154 ci->cd[core].msr_fd = open(proc_file, O_RDWR | O_SYNC); in add_core_to_monitor()
220 ci->cd[core].msr_fd = open(proc_file, O_RDWR | O_SYNC); in remove_core_from_monitor()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_file.c234 zio->io_error = zfs_file_fsync(vf->vf_file, O_SYNC | O_DSYNC); in vdev_file_io_fsync()
274 O_SYNC | O_DSYNC); in vdev_file_io_start()
H A Dzpl_file.c202 flags |= O_SYNC; in zfs_io_flags()
H A Dzfs_vnops_os.c214 if (flag & O_SYNC) in zfs_open()
232 if (flag & O_SYNC) in zfs_close()
/f-stack/freebsd/sys/
H A Dfcntl.h100 #define O_SYNC 0x0080 /* POSIX synonym for O_FSYNC */ macro
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/file_write/
H A Dfile_write.c190 oflag = oflag | O_SYNC; in main()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_config.c174 (void) zfs_file_fsync(fp, O_SYNC); in spa_config_remove()
219 err = zfs_file_fsync(fp, O_SYNC); in spa_config_write()
H A Dzfs_log.c556 else if (ioflag & (O_SYNC | O_DSYNC)) in zfs_log_write()
613 if (!(ioflag & (O_SYNC | O_DSYNC)) && (zp->z_sync_cnt == 0) && in zfs_log_write()
H A Dzfs_vnops.c681 if (ioflag & (O_SYNC | O_DSYNC) || in zfs_write()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_file.c259 O_SYNC|O_DSYNC); in vdev_file_io_start()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/perf/
H A Dperf.shlib165 # PERF_SYNC_TYPES: Whether to use (O_SYNC) or not. 1 is sync IO, 0 is async IO.
/f-stack/freebsd/kern/
H A Dvfs_aio.c2592 case O_SYNC: in kern_aio_fsync()
H A Dvfs_syscalls.c1051 if (flags & (O_SYNC | O_FSYNC)) in flags_to_rights()