Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
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.h1936 __be32 bb_rightsib; member
1948 __be64 bb_rightsib; member
H A Dxfs_rtrefcount_btree.c694 ASSERT(rblock->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK)); in xfs_rtrefcountbt_to_disk()
H A Dxfs_rtrmap_btree.c926 ASSERT(rblock->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK)); in xfs_rtrmapbt_to_disk()
/linux/fs/xfs/scrub/
H A Drepair.c668 btblock->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK)) in xrep_findroot_block()