Home
last modified time | relevance | path

Searched refs:uuid_equal (Results 1 – 23 of 23) sorted by relevance

/linux-4.1.27/fs/xfs/
Duuid.h26 extern int uuid_equal(uuid_t *uuid1, uuid_t *uuid2);
Duuid.c60 uuid_equal(uuid_t *uuid1, uuid_t *uuid2) in uuid_equal() function
Dxfs_mount.c75 if (uuid_equal(uuid, &xfs_uuid_table[i])) in xfs_uuid_mount()
111 if (!uuid_equal(uuid, &xfs_uuid_table[i])) in xfs_uuid_unmount()
Dxfs_log_recover.c328 } else if (unlikely(!uuid_equal(&mp->m_sb.sb_uuid, &head->h_fs_uuid))) { in xlog_header_check_recover()
356 } else if (unlikely(!uuid_equal(&mp->m_sb.sb_uuid, &head->h_fs_uuid))) { in xlog_header_check_mount()
1907 if (!uuid_equal(&mp->m_sb.sb_uuid, uuid)) in xlog_recover_get_buf_lsn()
1925 if (!uuid_equal(&mp->m_sb.sb_uuid, uuid)) in xlog_recover_get_buf_lsn()
Dxfs_inode.c790 ASSERT(uuid_equal(&ip->i_d.di_uuid, &mp->m_sb.sb_uuid)); in xfs_ialloc()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_symlink_remote.c110 if (!uuid_equal(&dsl->sl_uuid, &mp->m_sb.sb_uuid)) in xfs_symlink_verify()
Dxfs_alloc_btree.c298 if (!uuid_equal(&block->bb_u.s.bb_uuid, &mp->m_sb.sb_uuid)) in xfs_allocbt_verify()
316 if (!uuid_equal(&block->bb_u.s.bb_uuid, &mp->m_sb.sb_uuid)) in xfs_allocbt_verify()
Dxfs_dquot_buf.c201 if (!uuid_equal(&d->dd_uuid, &mp->m_sb.sb_uuid)) in xfs_dquot_buf_verify_crc()
Dxfs_bmap_btree.c352 ASSERT(uuid_equal(&rblock->bb_u.l.bb_uuid, &mp->m_sb.sb_uuid)); in xfs_bmbt_to_bmdr()
650 if (!uuid_equal(&block->bb_u.l.bb_uuid, &mp->m_sb.sb_uuid)) in xfs_bmbt_verify()
Dxfs_ialloc_btree.c233 if (!uuid_equal(&block->bb_u.s.bb_uuid, &mp->m_sb.sb_uuid)) in xfs_inobt_verify()
Dxfs_inode_buf.c313 if (!uuid_equal(&dip->di_uuid, &mp->m_sb.sb_uuid)) in xfs_dinode_verify()
Dxfs_attr_remote.c103 if (!uuid_equal(&rmt->rm_uuid, &mp->m_sb.sb_uuid)) in xfs_attr3_rmt_verify()
Dxfs_dir2_data.c223 if (!uuid_equal(&hdr3->uuid, &mp->m_sb.sb_uuid)) in xfs_dir3_data_verify()
Dxfs_dir2_block.c70 if (!uuid_equal(&hdr3->uuid, &mp->m_sb.sb_uuid)) in xfs_dir3_block_verify()
Dxfs_alloc.c453 if (!uuid_equal(&agfl->agfl_uuid, &mp->m_sb.sb_uuid)) in xfs_agfl_verify()
2206 !uuid_equal(&agf->agf_uuid, &mp->m_sb.sb_uuid)) in xfs_agf_verify()
Dxfs_dir2_leaf.c163 if (!uuid_equal(&leaf3->info.uuid, &mp->m_sb.sb_uuid)) in xfs_dir3_leaf_verify()
Dxfs_btree.c68 uuid_equal(&block->bb_u.l.bb_uuid, &mp->m_sb.sb_uuid) && in xfs_btree_check_lblock()
118 uuid_equal(&block->bb_u.s.bb_uuid, &mp->m_sb.sb_uuid) && in xfs_btree_check_sblock()
Dxfs_ialloc.c2055 !uuid_equal(&agi->agi_uuid, &mp->m_sb.sb_uuid)) in xfs_agi_verify()
Dxfs_dir2_node.c96 if (!uuid_equal(&hdr3->uuid, &mp->m_sb.sb_uuid)) in xfs_dir3_free_verify()
Dxfs_da_btree.c149 if (!uuid_equal(&hdr3->info.uuid, &mp->m_sb.sb_uuid)) in xfs_da3_node_verify()
Dxfs_attr_leaf.c265 if (!uuid_equal(&hdr3->info.uuid, &mp->m_sb.sb_uuid)) in xfs_attr3_leaf_verify()
/linux-4.1.27/Documentation/filesystems/
Dxfs-self-describing-metadata.txt255 if (!uuid_equal(&hdr->uuid, &mp->m_sb.sb_uuid))
279 if (!uuid_equal(&hdr->uuid, &mp->m_sb.sb_uuid))
/linux-4.1.27/drivers/md/
Dmd.c820 static int uuid_equal(mdp_super_t *sb1, mdp_super_t *sb2) in uuid_equal() function
1023 if (!uuid_equal(refsb, sb)) { in super_90_load()