bb_rightsib 413 fs/xfs/libxfs/xfs_bmap.c nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); bb_rightsib 1245 fs/xfs/libxfs/xfs_bmap.c nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); bb_rightsib 148 fs/xfs/libxfs/xfs_bmap_btree.c ASSERT(rblock->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK)); bb_rightsib 88 fs/xfs/libxfs/xfs_btree.c if (block->bb_u.l.bb_rightsib != cpu_to_be64(NULLFSBLOCK) && bb_rightsib 89 fs/xfs/libxfs/xfs_btree.c !xfs_btree_check_lptr(cur, be64_to_cpu(block->bb_u.l.bb_rightsib), bb_rightsib 152 fs/xfs/libxfs/xfs_btree.c if (block->bb_u.s.bb_rightsib != cpu_to_be32(NULLAGBLOCK) && bb_rightsib 153 fs/xfs/libxfs/xfs_btree.c !xfs_btree_check_sptr(cur, be32_to_cpu(block->bb_u.s.bb_rightsib), bb_rightsib 733 fs/xfs/libxfs/xfs_btree.c return block->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK); bb_rightsib 735 fs/xfs/libxfs/xfs_btree.c return block->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK); bb_rightsib 912 fs/xfs/libxfs/xfs_btree.c xfs_fsblock_t right = be64_to_cpu(block->bb_u.l.bb_rightsib); bb_rightsib 937 fs/xfs/libxfs/xfs_btree.c xfs_agblock_t right = be32_to_cpu(block->bb_u.s.bb_rightsib); bb_rightsib 1053 fs/xfs/libxfs/xfs_btree.c if (b->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK)) bb_rightsib 1058 fs/xfs/libxfs/xfs_btree.c if (b->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK)) bb_rightsib 1099 fs/xfs/libxfs/xfs_btree.c ptr->l = block->bb_u.l.bb_rightsib; bb_rightsib 1104 fs/xfs/libxfs/xfs_btree.c ptr->s = block->bb_u.s.bb_rightsib; bb_rightsib 1121 fs/xfs/libxfs/xfs_btree.c block->bb_u.l.bb_rightsib = ptr->l; bb_rightsib 1126 fs/xfs/libxfs/xfs_btree.c block->bb_u.s.bb_rightsib = ptr->s; bb_rightsib 1152 fs/xfs/libxfs/xfs_btree.c buf->bb_u.l.bb_rightsib = cpu_to_be64(NULLFSBLOCK); bb_rightsib 1165 fs/xfs/libxfs/xfs_btree.c buf->bb_u.s.bb_rightsib = cpu_to_be32(NULLAGBLOCK); bb_rightsib 1519 fs/xfs/libxfs/xfs_btree.c offsetof(struct xfs_btree_block, bb_u.s.bb_rightsib), bb_rightsib 1532 fs/xfs/libxfs/xfs_btree.c offsetof(struct xfs_btree_block, bb_u.l.bb_rightsib), bb_rightsib 4457 fs/xfs/libxfs/xfs_btree.c if (block->bb_u.l.bb_rightsib != cpu_to_be64(NULLFSBLOCK) && bb_rightsib 4458 fs/xfs/libxfs/xfs_btree.c !xfs_verify_fsbno(mp, be64_to_cpu(block->bb_u.l.bb_rightsib))) bb_rightsib 4513 fs/xfs/libxfs/xfs_btree.c if (block->bb_u.s.bb_rightsib != cpu_to_be32(NULLAGBLOCK) && bb_rightsib 4514 fs/xfs/libxfs/xfs_btree.c !xfs_verify_agbno(mp, agno, be32_to_cpu(block->bb_u.s.bb_rightsib))) bb_rightsib 4929 fs/xfs/libxfs/xfs_btree.c return block->bb_u.l.bb_rightsib != cpu_to_be64(NULLFSBLOCK); bb_rightsib 4931 fs/xfs/libxfs/xfs_btree.c return block->bb_u.s.bb_rightsib != cpu_to_be32(NULLAGBLOCK); bb_rightsib 1603 fs/xfs/libxfs/xfs_format.h __be32 bb_rightsib; bb_rightsib 1615 fs/xfs/libxfs/xfs_format.h __be64 bb_rightsib; bb_rightsib 810 fs/xfs/scrub/repair.c btblock->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK)) bb_rightsib 283 fs/xfs/xfs_bmap_util.c nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); bb_rightsib 292 fs/xfs/xfs_bmap_util.c nextbno = be64_to_cpu(nextblock->bb_u.l.bb_rightsib); bb_rightsib 311 fs/xfs/xfs_bmap_util.c nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib);