Searched refs:bb_rightsib (Results 1 – 7 of 7) sorted by relevance
260 if (!block->bb_u.s.bb_rightsib || in xfs_inobt_verify()261 (be32_to_cpu(block->bb_u.s.bb_rightsib) >= mp->m_sb.sb_agblocks && in xfs_inobt_verify()262 block->bb_u.s.bb_rightsib != cpu_to_be32(NULLAGBLOCK))) in xfs_inobt_verify()
82 block->bb_u.l.bb_rightsib && in xfs_btree_check_lblock()83 (block->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK) || in xfs_btree_check_lblock()85 be64_to_cpu(block->bb_u.l.bb_rightsib))); in xfs_btree_check_lblock()131 (block->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK) || in xfs_btree_check_sblock()132 be32_to_cpu(block->bb_u.s.bb_rightsib) < agflen) && in xfs_btree_check_sblock()133 block->bb_u.s.bb_rightsib; in xfs_btree_check_sblock()596 return block->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK); in xfs_btree_islastblock()598 return block->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK); in xfs_btree_islastblock()773 xfs_fsblock_t right = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_btree_readahead_lblock()798 xfs_agblock_t right = be32_to_cpu(block->bb_u.s.bb_rightsib); in xfs_btree_readahead_sblock()[all …]
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()
358 ASSERT(rblock->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK)); in xfs_bmbt_to_bmdr()685 if (!block->bb_u.l.bb_rightsib || in xfs_bmbt_verify()686 (block->bb_u.l.bb_rightsib != cpu_to_be64(NULLFSBLOCK) && in xfs_bmbt_verify()687 !XFS_FSB_SANITY_CHECK(mp, be64_to_cpu(block->bb_u.l.bb_rightsib)))) in xfs_bmbt_verify()
1391 __be32 bb_rightsib; member1401 __be64 bb_rightsib; member
427 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_check_leaf_extents()1323 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_read_extents()
344 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_count_tree()353 nextbno = be64_to_cpu(nextblock->bb_u.l.bb_rightsib); in xfs_bmap_count_tree()371 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_count_tree()