Home
last modified time | relevance | path

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

/f-stack/freebsd/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.h121 bplist_t dd_pending_frees;
122 bplist_t dd_pending_allocs;
H A Dspa_impl.h268 bplist_t spa_free_bplist[TXG_SIZE]; /* bplist of stuff to free */
H A Ddsl_dataset.h193 bplist_t ds_pending_deadlist;
/f-stack/freebsd/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()
80 bplist_clear(bplist_t *bpl) in bplist_clear()
H A Ddsl_deadlist.c939 bplist_t *to_free;
954 bplist_t *to_free = lia->to_free; in dsl_livelist_iterate()
987 dsl_process_sub_livelist(bpobj_t *bpobj, bplist_t *to_free, zthr_t *t, in dsl_process_sub_livelist()
H A Dspa.c2430 bplist_t *to_free;
2440 bplist_t *to_free = sda->to_free; in sublist_delete_sync()
2500 bplist_t to_free; in spa_livelist_delete_cb()
2550 bplist_t *allocs;
2551 bplist_t *frees;
2571 bplist_t to_keep;
2581 bplist_t new_frees; in spa_livelist_condense_sync()
8309 spa_sync_frees(spa_t *spa, bplist_t *bpl, dmu_tx_t *tx)
8924 bplist_t *free_bpl = &spa->spa_free_bplist[txg & TXG_MASK];
H A Dbpobj.c940 bplist_t *bpl = arg; in bplist_append_cb()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c6119 bplist_t blks; in livelist_entry_count_blocks_cb()