Home
last modified time | relevance | path

Searched refs:blmeta_t (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/kern/
Dsubr_blist.c133 static daddr_t blst_leaf_alloc(blmeta_t *scan, daddr_t blk, int count);
134 static daddr_t blst_meta_alloc(blmeta_t *scan, daddr_t cursor, daddr_t count,
136 static void blst_leaf_free(blmeta_t *scan, daddr_t relblk, int count);
137 static void blst_meta_free(blmeta_t *scan, daddr_t freeBlk, daddr_t count,
139 static void blst_copy(blmeta_t *scan, daddr_t blk, daddr_t radix,
141 static daddr_t blst_leaf_fill(blmeta_t *scan, daddr_t blk, int count);
142 static daddr_t blst_meta_fill(blmeta_t *scan, daddr_t allocBlk, daddr_t count,
145 static void blst_radix_print(blmeta_t *scan, daddr_t blk, daddr_t radix,
265 (long long)(nodes * sizeof(blmeta_t) + 1023) / 1024 in blist_create()
606 blst_next_leaf_alloc(blmeta_t *scan, daddr_t blk, int count) in blst_next_leaf_alloc()
[all …]
/freebsd-12-stable/sys/sys/
Dblist.h78 } blmeta_t; typedef
85 blmeta_t bl_root[1]; /* root of radix tree */