Searched refs:bpobj (Results 1 – 13 of 13) sorted by relevance
| /freebsd-src/sys/contrib/openzfs/include/sys/ |
| H A D | bpobj.h | 59 typedef struct bpobj { struct
|
| H A D | dsl_deadlist.h | 29 #include <sys/bpobj.h> 118 int dsl_process_sub_livelist(bpobj_t *bpobj, struct bplist *to_free,
|
| H A D | spa.h | 68 struct bpobj;
|
| /freebsd-src/sys/cddl/contrib/opensolaris/uts/common/ |
| H A D | Makefile.files | 70 bpobj.o \
|
| /freebsd-src/sys/contrib/openzfs/include/ |
| H A D | Makefile.am | 32 sys/bpobj.h \
|
| /freebsd-src/sys/contrib/openzfs/lib/libzpool/ |
| H A D | Makefile.am | 76 module/zfs/bpobj.c \
|
| /freebsd-src/cddl/lib/libzpool/ |
| H A D | Makefile | 63 bpobj.c \
|
| /freebsd-src/sys/contrib/openzfs/module/zfs/ |
| H A D | dsl_deadlist.c | 173 * 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 D | dsl_dataset.c | 2254 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 D | Makefile.bsd | 246 bpobj.c \
|
| H A D | Kbuild.in | 317 bpobj.o \
|
| /freebsd-src/sys/modules/zfs/ |
| H A D | Makefile | 230 bpobj.c \
|
| /freebsd-src/sys/conf/ |
| H A D | files | 264 contrib/openzfs/module/zfs/bpobj.c optional zfs compile-with "${ZFS_C}"
|