Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_btree.c180 if (block->bb_u.l.bb_rightsib != cpu_to_be64(NULLFSBLOCK)) in __xfs_btree_check_fsblock()
190 block->bb_u.l.bb_rightsib); in __xfs_btree_check_fsblock()
218 block->bb_u.l.bb_rightsib); in __xfs_btree_check_memblock()
258 block->bb_u.s.bb_rightsib); in __xfs_btree_check_agblock()
963 xfs_fsblock_t right = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_btree_readahead_fsblock()
989 xfbno_t right = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_btree_readahead_memblock()
1016 xfs_agblock_t right = be32_to_cpu(block->bb_u.s.bb_rightsib); in xfs_btree_readahead_agblock()
1143 if (b->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK)) in xfs_btree_setbuf()
1148 if (b->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK)) in xfs_btree_setbuf()
1200 ptr->l = block->bb_u.l.bb_rightsib; in xfs_btree_get_sibling()
[all …]
H A Dxfs_btree.h643 return block->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK); in xfs_btree_islastblock()
644 return block->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK); in xfs_btree_islastblock()
H A Dxfs_format.h1930 __be32 bb_rightsib; member
1942 __be64 bb_rightsib; member
H A Dxfs_rtrefcount_btree.c691 ASSERT(rblock->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK)); in xfs_rtrefcountbt_to_disk()
H A Dxfs_bmap_btree.c166 ASSERT(rblock->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK)); in xfs_bmbt_to_bmdr()
H A Dxfs_rtrmap_btree.c924 ASSERT(rblock->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK)); in xfs_rtrmapbt_to_disk()
H A Dxfs_bmap.c440 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_check_leaf_extents()
/linux/fs/xfs/scrub/
H A Drepair.c653 btblock->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK)) in xrep_findroot_block()