Home
last modified time | relevance | path

Searched refs:bplist_t (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dbplist.h44 } bplist_t; typedef
48 void bplist_create(bplist_t *bpl);
49 void bplist_destroy(bplist_t *bpl);
50 void bplist_append(bplist_t *bpl, const blkptr_t *bp);
51 void bplist_iterate(bplist_t *bpl, bplist_itor_t *func,
53 void bplist_clear(bplist_t *bpl);
H A Ddsl_dir.h122 bplist_t dd_pending_frees;
123 bplist_t dd_pending_allocs;
H A Dspa_impl.h297 bplist_t spa_free_bplist[TXG_SIZE]; /* bplist of stuff to free */
H A Ddsl_dataset.h192 bplist_t ds_pending_deadlist;
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbplist.c31 bplist_create(bplist_t *bpl) in bplist_create()
39 bplist_destroy(bplist_t *bpl) in bplist_destroy()
46 bplist_append(bplist_t *bpl, const blkptr_t *bp) in bplist_append()
63 bplist_iterate(bplist_t *bpl, bplist_itor_t *func, void *arg, dmu_tx_t *tx) in bplist_iterate()
79 bplist_clear(bplist_t *bpl) in bplist_clear()
H A Ddsl_deadlist.c1017 bplist_t *to_free;
1037 bplist_t *to_free = lia->to_free; in dsl_livelist_iterate()
1092 dsl_process_sub_livelist(bpobj_t *bpobj, bplist_t *to_free, zthr_t *t, in dsl_process_sub_livelist()
H A Dspa.c2998 bplist_t *to_free;
3008 bplist_t *to_free = sda->to_free; in sublist_delete_sync()
3067 bplist_t to_free; in spa_livelist_delete_cb()
3120 bplist_t *allocs;
3121 bplist_t *frees;
3141 bplist_t to_keep;
3151 bplist_t new_frees; in spa_livelist_condense_sync()
9303 spa_sync_frees(spa_t *spa, bplist_t *bpl, dmu_tx_t *tx)
9964 bplist_t *free_bpl = &spa->spa_free_bplist[txg & TXG_MASK];
H A Dbpobj.c1028 bplist_t *bpl = arg; in bplist_append_cb()
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c6982 bplist_t blks; in livelist_entry_count_blocks_cb()