Searched refs:bb_u (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_btree.c | 128 if (!uuid_equal(&block->bb_u.l.bb_uuid, &mp->m_sb.sb_meta_uuid)) in __xfs_btree_check_lblock_hdr() 130 if (block->bb_u.l.bb_blkno != in __xfs_btree_check_lblock_hdr() 133 if (block->bb_u.l.bb_pad != cpu_to_be32(0)) in __xfs_btree_check_lblock_hdr() 172 if (block->bb_u.l.bb_leftsib != cpu_to_be64(NULLFSBLOCK)) in __xfs_btree_check_fsblock() 174 if (block->bb_u.l.bb_rightsib != cpu_to_be64(NULLFSBLOCK)) in __xfs_btree_check_fsblock() 181 block->bb_u.l.bb_leftsib); in __xfs_btree_check_fsblock() 184 block->bb_u.l.bb_rightsib); in __xfs_btree_check_fsblock() 209 block->bb_u.l.bb_leftsib); in __xfs_btree_check_memblock() 212 block->bb_u.l.bb_rightsib); in __xfs_btree_check_memblock() 233 if (!uuid_equal(&block->bb_u.s.bb_uuid, &mp->m_sb.sb_meta_uuid)) in __xfs_btree_check_agblock() [all …]
|
D | xfs_format.h | 1763 } bb_u; /* rest */ member 1768 (offsetof(struct xfs_btree_block, bb_u) + \ 1772 (offsetof(struct xfs_btree_block, bb_u) + \ 1777 (offsetof(struct xfs_btree_block, bb_u) + \ 1780 (offsetof(struct xfs_btree_block, bb_u) + \ 1784 offsetof(struct xfs_btree_block, bb_u.s.bb_crc) 1786 offsetof(struct xfs_btree_block, bb_u.l.bb_crc)
|
D | xfs_bmap_btree.c | 159 ASSERT(uuid_equal(&rblock->bb_u.l.bb_uuid, in xfs_bmbt_to_bmdr() 161 ASSERT(rblock->bb_u.l.bb_blkno == in xfs_bmbt_to_bmdr() 165 ASSERT(rblock->bb_u.l.bb_leftsib == cpu_to_be64(NULLFSBLOCK)); in xfs_bmbt_to_bmdr() 166 ASSERT(rblock->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK)); in xfs_bmbt_to_bmdr()
|
D | xfs_btree.h | 625 return block->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK); in xfs_btree_islastblock() 626 return block->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK); in xfs_btree_islastblock()
|
D | xfs_bmap.c | 441 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_check_leaf_extents()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_buf_item_recover.c | 811 lsn = be64_to_cpu(btb->bb_u.s.bb_lsn); in xlog_recover_get_buf_lsn() 812 uuid = &btb->bb_u.s.bb_uuid; in xlog_recover_get_buf_lsn() 819 lsn = be64_to_cpu(btb->bb_u.l.bb_lsn); in xlog_recover_get_buf_lsn() 820 uuid = &btb->bb_u.l.bb_uuid; in xlog_recover_get_buf_lsn()
|
/linux-6.12.1/fs/xfs/scrub/ |
D | repair.c | 551 if (!uuid_equal(&btblock->bb_u.s.bb_uuid, in xrep_findroot_block() 609 if (btblock->bb_u.s.bb_leftsib == cpu_to_be32(NULLAGBLOCK) && in xrep_findroot_block() 610 btblock->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK)) in xrep_findroot_block()
|
D | bmap.c | 485 owner = be64_to_cpu(block->bb_u.l.bb_owner); in xchk_bmapbt_rec()
|