Searched refs:bb_u (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_btree.c | 71 if (!uuid_equal(&block->bb_u.l.bb_uuid, &mp->m_sb.sb_meta_uuid)) in __xfs_btree_check_lblock() 73 if (block->bb_u.l.bb_blkno != in __xfs_btree_check_lblock() 76 if (block->bb_u.l.bb_pad != cpu_to_be32(0)) in __xfs_btree_check_lblock() 87 if (block->bb_u.l.bb_leftsib != cpu_to_be64(NULLFSBLOCK) && in __xfs_btree_check_lblock() 88 !xfs_btree_check_lptr(cur, be64_to_cpu(block->bb_u.l.bb_leftsib), in __xfs_btree_check_lblock() 91 if (block->bb_u.l.bb_rightsib != cpu_to_be64(NULLFSBLOCK) && in __xfs_btree_check_lblock() 92 !xfs_btree_check_lptr(cur, be64_to_cpu(block->bb_u.l.bb_rightsib), in __xfs_btree_check_lblock() 137 if (!uuid_equal(&block->bb_u.s.bb_uuid, &mp->m_sb.sb_meta_uuid)) in __xfs_btree_check_sblock() 139 if (block->bb_u.s.bb_blkno != in __xfs_btree_check_sblock() 151 if (block->bb_u.s.bb_leftsib != cpu_to_be32(NULLAGBLOCK) && in __xfs_btree_check_sblock() [all …]
|
D | xfs_format.h | 1624 } bb_u; /* rest */ member 1629 (offsetof(struct xfs_btree_block, bb_u) + \ 1633 (offsetof(struct xfs_btree_block, bb_u) + \ 1638 (offsetof(struct xfs_btree_block, bb_u) + \ 1641 (offsetof(struct xfs_btree_block, bb_u) + \ 1645 offsetof(struct xfs_btree_block, bb_u.s.bb_crc) 1647 offsetof(struct xfs_btree_block, bb_u.l.bb_crc)
|
D | xfs_bmap_btree.c | 144 ASSERT(uuid_equal(&rblock->bb_u.l.bb_uuid, in xfs_bmbt_to_bmdr() 146 ASSERT(rblock->bb_u.l.bb_blkno == in xfs_bmbt_to_bmdr() 150 ASSERT(rblock->bb_u.l.bb_leftsib == cpu_to_be64(NULLFSBLOCK)); in xfs_bmbt_to_bmdr() 151 ASSERT(rblock->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK)); in xfs_bmbt_to_bmdr()
|
D | xfs_bmap.c | 418 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_check_leaf_extents() 1246 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_iread_extents()
|
/linux-4.19.296/fs/xfs/ |
D | xfs_bmap_util.c | 288 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_count_tree() 297 nextbno = be64_to_cpu(nextblock->bb_u.l.bb_rightsib); in xfs_bmap_count_tree() 316 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_count_tree()
|
D | xfs_log_recover.c | 2291 lsn = be64_to_cpu(btb->bb_u.s.bb_lsn); in xlog_recover_get_buf_lsn() 2292 uuid = &btb->bb_u.s.bb_uuid; in xlog_recover_get_buf_lsn() 2299 lsn = be64_to_cpu(btb->bb_u.l.bb_lsn); in xlog_recover_get_buf_lsn() 2300 uuid = &btb->bb_u.l.bb_uuid; in xlog_recover_get_buf_lsn()
|
/linux-4.19.296/fs/xfs/scrub/ |
D | bmap.c | 399 owner = be64_to_cpu(block->bb_u.l.bb_owner); in xchk_bmapbt_rec()
|
D | repair.c | 734 !uuid_equal(&btblock->bb_u.s.bb_uuid, &mp->m_sb.sb_meta_uuid)) in xrep_findroot_block()
|