Home
last modified time | relevance | path

Searched refs:datasync (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_file_os.c260 int datasync = 0; in zfs_file_fsync() local
265 datasync = 1; in zfs_file_fsync()
275 error = -vfs_fsync(filp, datasync); in zfs_file_fsync()
H A Dzpl_file.c112 zpl_fsync(struct file *filp, loff_t start, loff_t end, int datasync) in zpl_fsync() argument
167 error = -zfs_fsync(zp, datasync, cr); in zpl_fsync()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dfs.h164 int (*fsync)(struct file *, struct dentry *, int datasync);
165 int (*aio_fsync)(struct kiocb *, int datasync);
/freebsd/sys/fs/fuse/
H A Dfuse_internal.h230 bool datasync);
H A Dfuse_internal.c370 bool datasync) in fuse_internal_fsync() argument
405 if (datasync) in fuse_internal_fsync()