Home
last modified time | relevance | path

Searched refs:xfbno_t (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_btree_mem.h9 typedef uint64_t xfbno_t; typedef
15 static inline xfs_daddr_t xfbno_to_daddr(xfbno_t blkno) in xfbno_to_daddr()
20 static inline xfbno_t xfs_daddr_to_xfbno(xfs_daddr_t daddr) in xfs_daddr_to_xfbno()
30 xfbno_t highest_bno;
45 static inline bool xfbtree_verify_bno(struct xfbtree *xfbt, xfbno_t bno) in xfbtree_verify_bno()
H A Dxfs_btree_mem.c92 xfbno_t bno = xfbt->highest_bno++; in xfbtree_init_leaf_block()
170 xfbno_t bno = xfbt->highest_bno++; in xfbtree_alloc_block()
196 xfbno_t bno = xfs_daddr_to_xfbno(daddr); in xfbtree_free_block()
H A Dxfs_btree.c83 xfbno_t bno, in xfs_btree_check_memblock_siblings()
86 xfbno_t sibling; in xfs_btree_check_memblock_siblings()
201 xfbno_t bno; in __xfs_btree_check_memblock()
994 xfbno_t left = be64_to_cpu(block->bb_u.l.bb_leftsib); in xfs_btree_readahead_memblock()
995 xfbno_t right = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_btree_readahead_memblock()
4707 xfbno_t bno; in xfs_btree_memblock_verify()