Lines Matching refs:bb_rightsib
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()
903 if (b->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK)) in xfs_btree_setbuf()
908 if (b->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK)) in xfs_btree_setbuf()
949 ptr->l = block->bb_u.l.bb_rightsib; in xfs_btree_get_sibling()
954 ptr->s = block->bb_u.s.bb_rightsib; in xfs_btree_get_sibling()
971 block->bb_u.l.bb_rightsib = ptr->l; in xfs_btree_set_sibling()
976 block->bb_u.s.bb_rightsib = ptr->s; in xfs_btree_set_sibling()
999 buf->bb_u.l.bb_rightsib = cpu_to_be64(NULLFSBLOCK); in xfs_btree_init_block_int()
1012 buf->bb_u.s.bb_rightsib = cpu_to_be32(NULLAGBLOCK); in xfs_btree_init_block_int()
1370 offsetof(struct xfs_btree_block, bb_u.s.bb_rightsib), in xfs_btree_log_block()
1383 offsetof(struct xfs_btree_block, bb_u.l.bb_rightsib), in xfs_btree_log_block()