Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_vnops.c103 error = dmu_offset_next(ZTOZSB(zp)->z_os, zp->z_id, hole, &noff); in zfs_holey_common()
H A Ddmu.c2082 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 Ddmu.h1052 int dmu_offset_next(objset_t *os, uint64_t object, boolean_t hole,
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c1125 error = dmu_offset_next(zv->zv_objset, ZVOL_OBJ, hole, &noff); in zvol_cdev_ioctl()