Lines Matching refs:bb_rightsib

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()
918 if (b->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK)) in xfs_btree_setbuf()
923 if (b->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK)) in xfs_btree_setbuf()
964 ptr->l = block->bb_u.l.bb_rightsib; in xfs_btree_get_sibling()
969 ptr->s = block->bb_u.s.bb_rightsib; in xfs_btree_get_sibling()
986 block->bb_u.l.bb_rightsib = ptr->l; in xfs_btree_set_sibling()
991 block->bb_u.s.bb_rightsib = ptr->s; in xfs_btree_set_sibling()
1014 buf->bb_u.l.bb_rightsib = cpu_to_be64(NULLFSBLOCK); in xfs_btree_init_block_int()
1027 buf->bb_u.s.bb_rightsib = cpu_to_be32(NULLAGBLOCK); in xfs_btree_init_block_int()
1385 offsetof(struct xfs_btree_block, bb_u.s.bb_rightsib), in xfs_btree_log_block()
1398 offsetof(struct xfs_btree_block, bb_u.l.bb_rightsib), in xfs_btree_log_block()