Searched refs:bb_u (Results 1 – 7 of 7) sorted by relevance
1965 } bb_u; /* rest */ member1970 (offsetof(struct xfs_btree_block, bb_u) + \1974 (offsetof(struct xfs_btree_block, bb_u) + \1979 (offsetof(struct xfs_btree_block, bb_u) + \1982 (offsetof(struct xfs_btree_block, bb_u) + \1986 offsetof(struct xfs_btree_block, bb_u.s.bb_crc)1988 offsetof(struct xfs_btree_block, bb_u.l.bb_crc)
691 ASSERT(uuid_equal(&rblock->bb_u.l.bb_uuid, &mp->m_sb.sb_meta_uuid)); in xfs_rtrefcountbt_to_disk()692 ASSERT(rblock->bb_u.l.bb_blkno == cpu_to_be64(XFS_BUF_DADDR_NULL)); in xfs_rtrefcountbt_to_disk()693 ASSERT(rblock->bb_u.l.bb_leftsib == cpu_to_be64(NULLFSBLOCK)); in xfs_rtrefcountbt_to_disk()694 ASSERT(rblock->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK)); in xfs_rtrefcountbt_to_disk()
923 ASSERT(uuid_equal(&rblock->bb_u.l.bb_uuid, &mp->m_sb.sb_meta_uuid)); in xfs_rtrmapbt_to_disk()924 ASSERT(rblock->bb_u.l.bb_blkno == cpu_to_be64(XFS_BUF_DADDR_NULL)); in xfs_rtrmapbt_to_disk()925 ASSERT(rblock->bb_u.l.bb_leftsib == cpu_to_be64(NULLFSBLOCK)); in xfs_rtrmapbt_to_disk()926 ASSERT(rblock->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK)); in xfs_rtrmapbt_to_disk()
643 return block->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK); in xfs_btree_islastblock()644 return block->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK); in xfs_btree_islastblock()
891 lsn = be64_to_cpu(btb->bb_u.s.bb_lsn); in xlog_recover_get_buf_lsn()892 uuid = &btb->bb_u.s.bb_uuid; in xlog_recover_get_buf_lsn()901 lsn = be64_to_cpu(btb->bb_u.l.bb_lsn); in xlog_recover_get_buf_lsn()902 uuid = &btb->bb_u.l.bb_uuid; in xlog_recover_get_buf_lsn()
609 if (!uuid_equal(&btblock->bb_u.s.bb_uuid, in xrep_findroot_block()667 if (btblock->bb_u.s.bb_leftsib == cpu_to_be32(NULLAGBLOCK) && in xrep_findroot_block()668 btblock->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK)) in xrep_findroot_block()
545 owner = be64_to_cpu(block->bb_u.l.bb_owner); in xchk_bmapbt_rec()