Home
last modified time | relevance | path

Searched refs:O_RSYNC (Results 1 – 4 of 4) 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/tests/zfs-tests/cmd/file_write/
H A Dfile_write.c186 oflag = oflag | O_RSYNC; in main()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h170 #define O_RSYNC 0 macro
/f-stack/dpdk/examples/vm_power_manager/
H A Dchannel_manager.c290 info->fd = open(info->channel_path, O_RDWR | O_RSYNC); in open_host_channel()