Searched refs:bb_rightsib (Results 1 – 7 of 7) sorted by relevance
84 block->bb_u.l.bb_rightsib && in xfs_btree_check_lblock()85 (block->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK) || in xfs_btree_check_lblock()87 be64_to_cpu(block->bb_u.l.bb_rightsib))); in xfs_btree_check_lblock()134 (block->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK) || in xfs_btree_check_sblock()135 be32_to_cpu(block->bb_u.s.bb_rightsib) < agflen) && in xfs_btree_check_sblock()136 block->bb_u.s.bb_rightsib; in xfs_btree_check_sblock()611 return block->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK); in xfs_btree_islastblock()613 return block->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK); in xfs_btree_islastblock()788 xfs_fsblock_t right = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_btree_readahead_lblock()813 xfs_agblock_t right = be32_to_cpu(block->bb_u.s.bb_rightsib); in xfs_btree_readahead_sblock()[all …]
269 if (!block->bb_u.s.bb_rightsib || in xfs_inobt_verify()270 (be32_to_cpu(block->bb_u.s.bb_rightsib) >= mp->m_sb.sb_agblocks && in xfs_inobt_verify()271 block->bb_u.s.bb_rightsib != cpu_to_be32(NULLAGBLOCK))) in xfs_inobt_verify()
344 if (!block->bb_u.s.bb_rightsib || in xfs_allocbt_verify()345 (be32_to_cpu(block->bb_u.s.bb_rightsib) >= mp->m_sb.sb_agblocks && in xfs_allocbt_verify()346 block->bb_u.s.bb_rightsib != cpu_to_be32(NULLAGBLOCK))) in xfs_allocbt_verify()
359 ASSERT(rblock->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK)); in xfs_bmbt_to_bmdr()686 if (!block->bb_u.l.bb_rightsib || in xfs_bmbt_verify()687 (block->bb_u.l.bb_rightsib != cpu_to_be64(NULLFSBLOCK) && in xfs_bmbt_verify()688 !XFS_FSB_SANITY_CHECK(mp, be64_to_cpu(block->bb_u.l.bb_rightsib)))) in xfs_bmbt_verify()
1438 __be32 bb_rightsib; member1448 __be64 bb_rightsib; member
427 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_check_leaf_extents()1322 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_read_extents()
370 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_count_tree()379 nextbno = be64_to_cpu(nextblock->bb_u.l.bb_rightsib); in xfs_bmap_count_tree()397 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_count_tree()