Searched refs:bpobj_alloc_empty (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | bpobj.h | 76 uint64_t bpobj_alloc_empty(objset_t *os, int blocksize, dmu_tx_t *tx);
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dsl_deadlist.c | 518 obj = bpobj_alloc_empty(dl->dl_os, SPA_OLD_MAXBLOCKSIZE, tx); in dsl_deadlist_add_key() 620 new_obj = bpobj_alloc_empty(os, SPA_OLD_MAXBLOCKSIZE, tx); in dsl_deadlist_clear_entry() 711 obj = bpobj_alloc_empty(dl->dl_os, SPA_OLD_MAXBLOCKSIZE, tx); in dsl_deadlist_clone()
|
| H A D | bpobj.c | 38 bpobj_alloc_empty(objset_t *os, int blocksize, dmu_tx_t *tx) in bpobj_alloc_empty() function
|