Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_file.h54 int zfs_file_fallocate(zfs_file_t *fp, int mode, loff_t offset, loff_t len);
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_file_os.c339 zfs_file_fallocate(zfs_file_t *fp, int mode, loff_t offset, loff_t len) in zfs_file_fallocate() function
H A Dvdev_file.c289 zio->io_error = zfs_file_fallocate(vf->vf_file, in vdev_file_io_start()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_file.c274 zio->io_error = zfs_file_fallocate(vf->vf_file, in vdev_file_io_start()
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dkernel.c1347 zfs_file_fallocate(zfs_file_t *fp, int mode, loff_t offset, loff_t len) in zfs_file_fallocate() function