Searched refs:bm_bitmap (Results 1 – 2 of 2) sorted by relevance
375 if (bl->bl_root->bm_bitmap != 0) in blist_print()524 if (bl->bl_root[nodes].bm_bitmap == 0) { in blist_stats()540 mask = bl->bl_root[nodes].bm_bitmap; in blist_stats()597 while (((++scan)->bm_bitmap & 1) == 1 && in blst_next_leaf_alloc()600 if (~scan->bm_bitmap != 0) { in blst_next_leaf_alloc()607 avail = blk - start + bitpos(~scan->bm_bitmap); in blst_next_leaf_alloc()636 scan->bm_bitmap &= ~bitrange(0, maxcount % BLIST_RADIX); in blst_next_leaf_alloc()638 scan->bm_bitmap = 0; in blst_next_leaf_alloc()646 if ((scan--)->bm_bitmap == 0) in blst_next_leaf_alloc()647 scan->bm_bitmap ^= 1; in blst_next_leaf_alloc()[all …]
74 u_daddr_t bm_bitmap; /* marking unfilled block sets */ member