Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h915 int dmu_offset_next(objset_t *os, uint64_t object, boolean_t hole,
/titanic_44/usr/src/uts/common/fs/zfs/
H A Ddmu.c1830 dmu_offset_next(objset_t *os, uint64_t object, boolean_t hole, uint64_t *off) in dmu_offset_next() function
H A Dzfs_vnops.c283 error = dmu_offset_next(zp->z_zfsvfs->z_os, zp->z_id, hole, &noff); in zfs_holey()