Searched refs:dmu_offset_next (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | dmu.h | 1101 int dmu_offset_next(objset_t *os, uint64_t object, boolean_t hole,
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dmu.c | 2516 dmu_offset_next(objset_t *os, uint64_t object, boolean_t hole, uint64_t *off) in dmu_offset_next() function 2946 EXPORT_SYMBOL(dmu_offset_next);
|
H A D | zfs_vnops.c | 145 error = dmu_offset_next(ZTOZSB(zp)->z_os, zp->z_id, hole, &noff); in zfs_holey_common()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zvol_os.c | 1215 error = dmu_offset_next(zv->zv_objset, ZVOL_OBJ, hole, &noff); in zvol_cdev_ioctl()
|