Searched refs:bpobj_free (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | bpobj.h | 72 void bpobj_free(objset_t *os, uint64_t obj, dmu_tx_t *tx);
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | bpobj.c | 93 bpobj_free(objset_t *os, uint64_t obj, dmu_tx_t *tx) in bpobj_free() function 130 bpobj_free(os, objarray[blkoff], tx); in bpobj_free() 393 bpobj_free(bpo->bpo_os, subobj, tx); in bpobj_enqueue_subobj()
|
H A D | dsl_deadlist.c | 163 bpobj_free(os, dlobj, tx); in dsl_deadlist_free() 174 bpobj_free(os, obj, tx); in dsl_deadlist_free()
|