Searched refs:bb_u (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/fs/xfs/libxfs/ | 
| D | xfs_btree.c | 68 		if (!uuid_equal(&block->bb_u.l.bb_uuid, &mp->m_sb.sb_meta_uuid))  in __xfs_btree_check_lblock() 70 		if (block->bb_u.l.bb_blkno !=  in __xfs_btree_check_lblock() 73 		if (block->bb_u.l.bb_pad != cpu_to_be32(0))  in __xfs_btree_check_lblock() 84 	if (block->bb_u.l.bb_leftsib != cpu_to_be64(NULLFSBLOCK) &&  in __xfs_btree_check_lblock() 85 	    !xfs_btree_check_lptr(cur, be64_to_cpu(block->bb_u.l.bb_leftsib),  in __xfs_btree_check_lblock() 88 	if (block->bb_u.l.bb_rightsib != cpu_to_be64(NULLFSBLOCK) &&  in __xfs_btree_check_lblock() 89 	    !xfs_btree_check_lptr(cur, be64_to_cpu(block->bb_u.l.bb_rightsib),  in __xfs_btree_check_lblock() 134 		if (!uuid_equal(&block->bb_u.s.bb_uuid, &mp->m_sb.sb_meta_uuid))  in __xfs_btree_check_sblock() 136 		if (block->bb_u.s.bb_blkno !=  in __xfs_btree_check_sblock() 148 	if (block->bb_u.s.bb_leftsib != cpu_to_be32(NULLAGBLOCK) &&  in __xfs_btree_check_sblock() [all …] 
 | 
| D | xfs_format.h | 1632 	} bb_u;				/* rest */  member 1637 	(offsetof(struct xfs_btree_block, bb_u) + \ 1641 	(offsetof(struct xfs_btree_block, bb_u) + \ 1646 	(offsetof(struct xfs_btree_block, bb_u) + \ 1649 	(offsetof(struct xfs_btree_block, bb_u) + \ 1653 	offsetof(struct xfs_btree_block, bb_u.s.bb_crc) 1655 	offsetof(struct xfs_btree_block, bb_u.l.bb_crc)
  | 
| D | xfs_bmap_btree.c | 141 		ASSERT(uuid_equal(&rblock->bb_u.l.bb_uuid,  in xfs_bmbt_to_bmdr() 143 		ASSERT(rblock->bb_u.l.bb_blkno ==  in xfs_bmbt_to_bmdr() 147 	ASSERT(rblock->bb_u.l.bb_leftsib == cpu_to_be64(NULLFSBLOCK));  in xfs_bmbt_to_bmdr() 148 	ASSERT(rblock->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK));  in xfs_bmbt_to_bmdr()
  | 
| D | xfs_bmap.c | 413 		nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib);  in xfs_bmap_check_leaf_extents() 1245 		nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib);  in xfs_iread_extents()
  | 
| /Linux-v5.4/fs/xfs/scrub/ | 
| D | repair.c | 751 		if (!uuid_equal(&btblock->bb_u.s.bb_uuid,  in xrep_findroot_block() 809 	if (btblock->bb_u.s.bb_leftsib == cpu_to_be32(NULLAGBLOCK) &&  in xrep_findroot_block() 810 	    btblock->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK))  in xrep_findroot_block()
  | 
| D | bmap.c | 392 			owner = be64_to_cpu(block->bb_u.l.bb_owner);  in xchk_bmapbt_rec()
  | 
| /Linux-v5.4/fs/xfs/ | 
| D | xfs_bmap_util.c | 283 		nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib);  in xfs_bmap_count_tree() 292 			nextbno = be64_to_cpu(nextblock->bb_u.l.bb_rightsib);  in xfs_bmap_count_tree() 311 			nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib);  in xfs_bmap_count_tree()
  | 
| D | xfs_log_recover.c | 2212 		lsn = be64_to_cpu(btb->bb_u.s.bb_lsn);  in xlog_recover_get_buf_lsn() 2213 		uuid = &btb->bb_u.s.bb_uuid;  in xlog_recover_get_buf_lsn() 2220 		lsn = be64_to_cpu(btb->bb_u.l.bb_lsn);  in xlog_recover_get_buf_lsn() 2221 		uuid = &btb->bb_u.l.bb_uuid;  in xlog_recover_get_buf_lsn()
  |