Lines Matching refs:uuid
708 uuid_t *uuid; in xlog_recover_get_buf_lsn() local
739 uuid = &btb->bb_u.s.bb_uuid; in xlog_recover_get_buf_lsn()
747 uuid = &btb->bb_u.l.bb_uuid; in xlog_recover_get_buf_lsn()
752 uuid = &((struct xfs_agf *)blk)->agf_uuid; in xlog_recover_get_buf_lsn()
756 uuid = &((struct xfs_agfl *)blk)->agfl_uuid; in xlog_recover_get_buf_lsn()
760 uuid = &((struct xfs_agi *)blk)->agi_uuid; in xlog_recover_get_buf_lsn()
764 uuid = &((struct xfs_dsymlink_hdr *)blk)->sl_uuid; in xlog_recover_get_buf_lsn()
770 uuid = &((struct xfs_dir3_blk_hdr *)blk)->uuid; in xlog_recover_get_buf_lsn()
791 uuid = &((struct xfs_dsb *)blk)->sb_meta_uuid; in xlog_recover_get_buf_lsn()
793 uuid = &((struct xfs_dsb *)blk)->sb_uuid; in xlog_recover_get_buf_lsn()
800 if (!uuid_equal(&mp->m_sb.sb_meta_uuid, uuid)) in xlog_recover_get_buf_lsn()
812 uuid = &((struct xfs_da3_blkinfo *)blk)->uuid; in xlog_recover_get_buf_lsn()
819 if (!uuid_equal(&mp->m_sb.sb_uuid, uuid)) in xlog_recover_get_buf_lsn()