Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_btree_mem.c92 xfbno_t bno = xfbt->highest_bno++; in xfbtree_init_leaf_block()
144 xfbt->highest_bno = 0; in xfbtree_init()
170 xfbno_t bno = xfbt->highest_bno++; in xfbtree_alloc_block()
202 if (bno + 1 == xfbt->highest_bno) in xfbtree_free_block()
203 xfbt->highest_bno--; in xfbtree_free_block()
H A Dxfs_btree_mem.h30 xfbno_t highest_bno; member