Home
last modified time | relevance | path

Searched refs:dmu_offset_next (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu.h1101 int dmu_offset_next(objset_t *os, uint64_t object, boolean_t hole,
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu.c2516 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 Dzfs_vnops.c145 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 Dzvol_os.c1215 error = dmu_offset_next(zv->zv_objset, ZVOL_OBJ, hole, &noff); in zvol_cdev_ioctl()