Home
last modified time | relevance | path

Searched refs:bb_rightsib (Results 1 – 6 of 6) sorted by relevance

/fs/xfs/libxfs/
Dxfs_btree.c88 if (block->bb_u.l.bb_rightsib != cpu_to_be64(NULLFSBLOCK) && in __xfs_btree_check_lblock()
89 !xfs_btree_check_lptr(cur, be64_to_cpu(block->bb_u.l.bb_rightsib), in __xfs_btree_check_lblock()
152 if (block->bb_u.s.bb_rightsib != cpu_to_be32(NULLAGBLOCK) && in __xfs_btree_check_sblock()
153 !xfs_btree_check_sptr(cur, be32_to_cpu(block->bb_u.s.bb_rightsib), in __xfs_btree_check_sblock()
725 return block->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK); in xfs_btree_islastblock()
727 return block->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK); in xfs_btree_islastblock()
904 xfs_fsblock_t right = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_btree_readahead_lblock()
929 xfs_agblock_t right = be32_to_cpu(block->bb_u.s.bb_rightsib); in xfs_btree_readahead_sblock()
1045 if (b->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK)) in xfs_btree_setbuf()
1050 if (b->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK)) in xfs_btree_setbuf()
[all …]
Dxfs_format.h1627 __be32 bb_rightsib; member
1639 __be64 bb_rightsib; member
Dxfs_bmap_btree.c148 ASSERT(rblock->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK)); in xfs_bmbt_to_bmdr()
Dxfs_bmap.c411 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_check_leaf_extents()
1245 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_iread_extents()
/fs/xfs/
Dxfs_bmap_util.c283 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_count_tree()
292 nextbno = be64_to_cpu(nextblock->bb_u.l.bb_rightsib); in xfs_bmap_count_tree()
311 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_count_tree()
/fs/xfs/scrub/
Drepair.c810 btblock->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK)) in xrep_findroot_block()