Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_file_os.c305 int datasync = 0; in zfs_file_fsync() local
310 datasync = 1; in zfs_file_fsync()
320 error = -vfs_fsync(filp, datasync); in zfs_file_fsync()
H A Dzpl_file.c124 zpl_fsync(struct file *filp, int datasync) in zpl_fsync() argument
133 error = -zfs_fsync(ITOZ(inode), datasync, cr); in zpl_fsync()
143 zpl_aio_fsync(struct kiocb *kiocb, int datasync) in zpl_aio_fsync() argument
145 return (zpl_fsync(kiocb->ki_filp, datasync)); in zpl_aio_fsync()
158 zpl_fsync(struct file *filp, loff_t start, loff_t end, int datasync) in zpl_fsync() argument
171 error = -zfs_fsync(ITOZ(inode), datasync, cr); in zpl_fsync()
181 zpl_aio_fsync(struct kiocb *kiocb, int datasync) in zpl_aio_fsync() argument
183 return (zpl_fsync(kiocb->ki_filp, kiocb->ki_pos, -1, datasync)); in zpl_aio_fsync()