Home
last modified time | relevance | path

Searched refs:bb_uuid (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_btree.c71 if (!uuid_equal(&block->bb_u.l.bb_uuid, &mp->m_sb.sb_meta_uuid)) 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()
1162 uuid_copy(&buf->bb_u.l.bb_uuid, &mp->m_sb.sb_meta_uuid); in xfs_btree_init_block_int()
1175 uuid_copy(&buf->bb_u.s.bb_uuid, &mp->m_sb.sb_meta_uuid); in xfs_btree_init_block_int()
1533 offsetof(struct xfs_btree_block, bb_u.s.bb_uuid), in xfs_btree_log_block()
1546 offsetof(struct xfs_btree_block, bb_u.l.bb_uuid), in xfs_btree_log_block()
4441 if (!uuid_equal(&block->bb_u.l.bb_uuid, &mp->m_sb.sb_meta_uuid)) in xfs_btree_lblock_v5hdr_verify()
4493 if (!uuid_equal(&block->bb_u.s.bb_uuid, &mp->m_sb.sb_meta_uuid)) in xfs_btree_sblock_v5hdr_verify()
Dxfs_format.h1599 uuid_t bb_uuid; member
1611 uuid_t bb_uuid; member
Dxfs_bmap_btree.c144 ASSERT(uuid_equal(&rblock->bb_u.l.bb_uuid, in xfs_bmbt_to_bmdr()
/linux-4.19.296/fs/xfs/scrub/
Drepair.c734 !uuid_equal(&btblock->bb_u.s.bb_uuid, &mp->m_sb.sb_meta_uuid)) in xrep_findroot_block()
/linux-4.19.296/fs/xfs/
Dxfs_log_recover.c2292 uuid = &btb->bb_u.s.bb_uuid; in xlog_recover_get_buf_lsn()
2300 uuid = &btb->bb_u.l.bb_uuid; in xlog_recover_get_buf_lsn()