Searched refs:bpobj_free (Results 1 – 3 of 3) sorted by relevance
/titanic_50/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_50/usr/src/uts/common/fs/zfs/ |
H A D | bpobj.c | 94 bpobj_free(objset_t *os, uint64_t obj, dmu_tx_t *tx) in bpobj_free() function 131 bpobj_free(os, objarray[blkoff], tx); in bpobj_free() 394 bpobj_free(bpo->bpo_os, subobj, tx); in bpobj_enqueue_subobj()
|
H A D | dsl_deadlist.c | 164 bpobj_free(os, dlobj, tx); in dsl_deadlist_free() 175 bpobj_free(os, obj, tx); in dsl_deadlist_free()
|