Home
last modified time | relevance | path

Searched refs:bpobj (Results 1 – 13 of 13) sorted by relevance

/freebsd-src/sys/contrib/openzfs/include/sys/
H A Dbpobj.h59 typedef struct bpobj { struct
H A Ddsl_deadlist.h29 #include <sys/bpobj.h>
118 int dsl_process_sub_livelist(bpobj_t *bpobj, struct bplist *to_free,
H A Dspa.h68 struct bpobj;
/freebsd-src/sys/cddl/contrib/opensolaris/uts/common/
H A DMakefile.files70 bpobj.o \
/freebsd-src/sys/contrib/openzfs/include/
H A DMakefile.am32 sys/bpobj.h \
/freebsd-src/sys/contrib/openzfs/lib/libzpool/
H A DMakefile.am76 module/zfs/bpobj.c \
/freebsd-src/cddl/lib/libzpool/
H A DMakefile63 bpobj.c \
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Ddsl_deadlist.c173 * Prefetch all the bpobj's so that we do that i/o in dsl_deadlist_load_tree()
195 * Load only the non-empty bpobj's into the dl_cache. The cache is an analog
237 * Prefetch all the bpobj's so that we do that i/o in dsl_deadlist_load_cache()
580 * the deadlist's avl tree, freeing the entry's bpobj and adjusting the in dsl_deadlist_remove_entry()
619 * Clear out the contents of a deadlist_entry by freeing its bpobj, in dsl_deadlist_clear_entry()
620 * replacing it with an empty bpobj and adjusting the deadlist's in dsl_deadlist_clear_entry()
930 * Remove entries on dl that are born > mintxg, and put them on the bpobj. in dsl_deadlist_move_bpobj()
1088 * Accepts a bpobj and a bplist. Will insert into the bplist the blkptrs in dsl_process_sub_livelist()
1092 dsl_process_sub_livelist(bpobj_t *bpobj, bplist_t *to_free, zthr_t *t, in dsl_process_sub_livelist()
1105 int err = bpobj_iterate_nofree(bpobj, dsl_livelist_iterat in dsl_process_sub_livelist()
1083 dsl_process_sub_livelist(bpobj_t * bpobj,bplist_t * to_free,zthr_t * t,uint64_t * size) dsl_process_sub_livelist() argument
[all...]
H A Ddsl_dataset.c2254 bpobj_t bpobj = last->dle_bpobj; in dsl_dataset_sync_done()
2255 uint64_t all = bpobj.bpo_phys->bpo_num_blkptrs; in dsl_dataset_sync_done()
2256 uint64_t free = bpobj.bpo_phys->bpo_num_freed; in dsl_dataset_sync_done()
2224 bpobj_t bpobj = last->dle_bpobj; dsl_flush_pending_livelist() local
/freebsd-src/sys/contrib/openzfs/module/
H A DMakefile.bsd246 bpobj.c \
H A DKbuild.in317 bpobj.o \
/freebsd-src/sys/modules/zfs/
H A DMakefile230 bpobj.c \
/freebsd-src/sys/conf/
H A Dfiles264 contrib/openzfs/module/zfs/bpobj.c optional zfs compile-with "${ZFS_C}"