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