Lines Matching refs:bb_rightsib
160 block->bb_u.l.bb_rightsib); in __xfs_btree_check_lblock()
226 block->bb_u.s.bb_rightsib); in __xfs_btree_check_sblock()
937 xfs_fsblock_t right = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_btree_readahead_lblock()
962 xfs_agblock_t right = be32_to_cpu(block->bb_u.s.bb_rightsib); in xfs_btree_readahead_sblock()
1078 if (b->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK)) in xfs_btree_setbuf()
1083 if (b->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK)) in xfs_btree_setbuf()
1124 ptr->l = block->bb_u.l.bb_rightsib; in xfs_btree_get_sibling()
1129 ptr->s = block->bb_u.s.bb_rightsib; in xfs_btree_get_sibling()
1146 block->bb_u.l.bb_rightsib = ptr->l; in xfs_btree_set_sibling()
1151 block->bb_u.s.bb_rightsib = ptr->s; in xfs_btree_set_sibling()
1177 buf->bb_u.l.bb_rightsib = cpu_to_be64(NULLFSBLOCK); in xfs_btree_init_block_int()
1190 buf->bb_u.s.bb_rightsib = cpu_to_be32(NULLAGBLOCK); in xfs_btree_init_block_int()
1543 offsetof(struct xfs_btree_block, bb_u.s.bb_rightsib), in xfs_btree_log_block()
1556 offsetof(struct xfs_btree_block, bb_u.l.bb_rightsib), in xfs_btree_log_block()
4553 block->bb_u.l.bb_rightsib); in xfs_btree_lblock_verify()
4608 block->bb_u.s.bb_rightsib); in xfs_btree_sblock_verify()
5057 return block->bb_u.l.bb_rightsib != cpu_to_be64(NULLFSBLOCK); in xfs_btree_has_more_records()
5059 return block->bb_u.s.bb_rightsib != cpu_to_be32(NULLAGBLOCK); in xfs_btree_has_more_records()