Home
last modified time | relevance | path

Searched defs:datasync (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file.c135 zpl_fsync(struct file *filp, int datasync) in zpl_fsync()
154 zpl_aio_fsync(struct kiocb *kiocb, int datasync) in zpl_aio_fsync()
169 zpl_fsync(struct file *filp, loff_t start, loff_t end, int datasync) in zpl_fsync()
234 zpl_aio_fsync(struct kiocb *kiocb, int datasync) in zpl_aio_fsync()
H A Dzfs_file_os.c307 int datasync = 0; in zfs_file_fsync() local
/freebsd-14.2/sys/fs/fuse/
H A Dfuse_internal.c371 bool datasync) in fuse_internal_fsync()