Searched refs:highest_bno (Results 1 – 2 of 2) sorted by relevance
91 xfbno_t bno = xfbt->highest_bno++; in xfbtree_init_leaf_block()143 xfbt->highest_bno = 0; in xfbtree_init()169 xfbno_t bno = xfbt->highest_bno++; in xfbtree_alloc_block()201 if (bno + 1 == xfbt->highest_bno) in xfbtree_free_block()202 xfbt->highest_bno--; in xfbtree_free_block()
30 xfbno_t highest_bno; member