Searched refs:uuid_equal (Results 1 – 23 of 23) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | uuid.h | 26 extern int uuid_equal(uuid_t *uuid1, uuid_t *uuid2);
|
D | uuid.c | 60 uuid_equal(uuid_t *uuid1, uuid_t *uuid2) in uuid_equal() function
|
D | xfs_mount.c | 75 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()
|
D | xfs_log_recover.c | 328 } 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()
|
D | xfs_inode.c | 790 ASSERT(uuid_equal(&ip->i_d.di_uuid, &mp->m_sb.sb_uuid)); in xfs_ialloc()
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_symlink_remote.c | 110 if (!uuid_equal(&dsl->sl_uuid, &mp->m_sb.sb_uuid)) in xfs_symlink_verify()
|
D | xfs_alloc_btree.c | 298 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()
|
D | xfs_dquot_buf.c | 201 if (!uuid_equal(&d->dd_uuid, &mp->m_sb.sb_uuid)) in xfs_dquot_buf_verify_crc()
|
D | xfs_bmap_btree.c | 352 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()
|
D | xfs_ialloc_btree.c | 233 if (!uuid_equal(&block->bb_u.s.bb_uuid, &mp->m_sb.sb_uuid)) in xfs_inobt_verify()
|
D | xfs_inode_buf.c | 313 if (!uuid_equal(&dip->di_uuid, &mp->m_sb.sb_uuid)) in xfs_dinode_verify()
|
D | xfs_attr_remote.c | 103 if (!uuid_equal(&rmt->rm_uuid, &mp->m_sb.sb_uuid)) in xfs_attr3_rmt_verify()
|
D | xfs_dir2_data.c | 223 if (!uuid_equal(&hdr3->uuid, &mp->m_sb.sb_uuid)) in xfs_dir3_data_verify()
|
D | xfs_dir2_block.c | 70 if (!uuid_equal(&hdr3->uuid, &mp->m_sb.sb_uuid)) in xfs_dir3_block_verify()
|
D | xfs_alloc.c | 453 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()
|
D | xfs_dir2_leaf.c | 163 if (!uuid_equal(&leaf3->info.uuid, &mp->m_sb.sb_uuid)) in xfs_dir3_leaf_verify()
|
D | xfs_btree.c | 68 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()
|
D | xfs_ialloc.c | 2055 !uuid_equal(&agi->agi_uuid, &mp->m_sb.sb_uuid)) in xfs_agi_verify()
|
D | xfs_dir2_node.c | 96 if (!uuid_equal(&hdr3->uuid, &mp->m_sb.sb_uuid)) in xfs_dir3_free_verify()
|
D | xfs_da_btree.c | 149 if (!uuid_equal(&hdr3->info.uuid, &mp->m_sb.sb_uuid)) in xfs_da3_node_verify()
|
D | xfs_attr_leaf.c | 265 if (!uuid_equal(&hdr3->info.uuid, &mp->m_sb.sb_uuid)) in xfs_attr3_leaf_verify()
|
/linux-4.1.27/Documentation/filesystems/ |
D | xfs-self-describing-metadata.txt | 255 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/ |
D | md.c | 820 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()
|