Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_btree.c85 block->bb_u.l.bb_rightsib && in xfs_btree_check_lblock()
86 (block->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK) || in xfs_btree_check_lblock()
88 be64_to_cpu(block->bb_u.l.bb_rightsib))); in xfs_btree_check_lblock()
135 (block->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK) || in xfs_btree_check_sblock()
136 be32_to_cpu(block->bb_u.s.bb_rightsib) < agflen) && in xfs_btree_check_sblock()
137 block->bb_u.s.bb_rightsib; in xfs_btree_check_sblock()
696 return block->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK); in xfs_btree_islastblock()
698 return block->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK); in xfs_btree_islastblock()
876 xfs_fsblock_t right = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_btree_readahead_lblock()
901 xfs_agblock_t right = be32_to_cpu(block->bb_u.s.bb_rightsib); in xfs_btree_readahead_sblock()
[all …]
Dxfs_bmap_btree.c361 ASSERT(rblock->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK)); in xfs_bmbt_to_bmdr()
696 if (!block->bb_u.l.bb_rightsib || in xfs_bmbt_verify()
697 (block->bb_u.l.bb_rightsib != cpu_to_be64(NULLFSBLOCK) && in xfs_bmbt_verify()
698 !XFS_FSB_SANITY_CHECK(mp, be64_to_cpu(block->bb_u.l.bb_rightsib)))) in xfs_bmbt_verify()
Dxfs_format.h1635 __be32 bb_rightsib; member
1647 __be64 bb_rightsib; member
Dxfs_bmap.c453 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_check_leaf_extents()
1341 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_read_extents()
/fs/xfs/
Dxfs_bmap_util.c297 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_count_tree()
306 nextbno = be64_to_cpu(nextblock->bb_u.l.bb_rightsib); in xfs_bmap_count_tree()
324 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_count_tree()