Searched refs:datasync (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_file_os.c | 307 int datasync = 0; in zfs_file_fsync() local 312 datasync = 1; in zfs_file_fsync() 322 error = -vfs_fsync(filp, datasync); in zfs_file_fsync()
|
| H A D | zpl_file.c | 135 zpl_fsync(struct file *filp, int datasync) in zpl_fsync() argument 144 error = -zfs_fsync(ITOZ(inode), datasync, cr); in zpl_fsync() 154 zpl_aio_fsync(struct kiocb *kiocb, int datasync) in zpl_aio_fsync() argument 156 return (zpl_fsync(kiocb->ki_filp, datasync)); in zpl_aio_fsync() 169 zpl_fsync(struct file *filp, loff_t start, loff_t end, int datasync) in zpl_fsync() argument 224 error = -zfs_fsync(zp, datasync, cr); in zpl_fsync() 234 zpl_aio_fsync(struct kiocb *kiocb, int datasync) in zpl_aio_fsync() argument 236 return (zpl_fsync(kiocb->ki_filp, kiocb->ki_pos, -1, datasync)); in zpl_aio_fsync()
|
| /freebsd-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | fs.h | 165 int (*fsync)(struct file *, struct dentry *, int datasync); 166 int (*aio_fsync)(struct kiocb *, int datasync);
|
| /freebsd-14.2/sys/fs/fuse/ |
| H A D | fuse_internal.h | 230 bool datasync);
|
| H A D | fuse_internal.c | 371 bool datasync) in fuse_internal_fsync() argument 406 if (datasync) in fuse_internal_fsync()
|