Home
last modified time | relevance | path

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

12

/Linux-v4.19/include/linux/
Duuid.h59 static inline bool uuid_equal(const uuid_t *u1, const uuid_t *u2) in uuid_equal() function
71 return uuid_equal(uuid, &uuid_null); in uuid_is_null()
/Linux-v4.19/lib/
Dtest_uuid.c85 if (!uuid_equal(&data->be, &be)) { in test_uuid_test()
/Linux-v4.19/drivers/thunderbolt/
Dxdomain.c72 if (!uuid_equal(&res_hdr->uuid, &req_hdr->uuid)) in tb_xdomain_match()
348 if (!uuid_equal(src_uuid, &req->dst_uuid)) { in tb_xdp_properties_response()
437 if (uuid_equal(handler->uuid, &tb_xdp_uuid)) in tb_register_protocol_handler()
1295 if (uuid_equal(xd->remote_uuid, lookup->uuid)) in switch_find_xdomain()
1421 if (uuid_equal(&hdr->uuid, &tb_xdp_uuid)) { in tb_xdomain_handle_request()
1431 if (!uuid_equal(&hdr->uuid, handler->uuid)) in tb_xdomain_handle_request()
Dswitch.c52 if (uuid_equal(&st->uuid, sw->uuid)) in __nvm_get_auth_status()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_dquot_buf.c104 !uuid_equal(&dqb->dd_uuid, &mp->m_sb.sb_meta_uuid)) in xfs_dqblk_verify()
Dxfs_symlink_remote.c100 if (!uuid_equal(&dsl->sl_uuid, &mp->m_sb.sb_meta_uuid)) in xfs_symlink_verify()
Dxfs_attr_remote.c92 if (!uuid_equal(&rmt->rm_uuid, &mp->m_sb.sb_meta_uuid)) in xfs_attr3_rmt_verify()
Dxfs_bmap_btree.c144 ASSERT(uuid_equal(&rblock->bb_u.l.bb_uuid, in xfs_bmbt_to_bmdr()
Dxfs_inode_buf.c467 if (!uuid_equal(&dip->di_uuid, &mp->m_sb.sb_meta_uuid)) in xfs_dinode_verify()
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()
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_dir2_data.c258 if (!uuid_equal(&hdr3->uuid, &mp->m_sb.sb_meta_uuid)) in xfs_dir3_data_verify()
Dxfs_dir2_block.c59 if (!uuid_equal(&hdr3->uuid, &mp->m_sb.sb_meta_uuid)) in xfs_dir3_block_verify()
Dxfs_alloc.c571 if (!uuid_equal(&agfl->agfl_uuid, &mp->m_sb.sb_meta_uuid)) in xfs_agfl_verify()
2584 if (!uuid_equal(&agf->agf_uuid, &mp->m_sb.sb_meta_uuid)) in xfs_agf_verify()
Dxfs_dir2_leaf.c162 if (!uuid_equal(&leaf3->info.uuid, &mp->m_sb.sb_meta_uuid)) in xfs_dir3_leaf_verify()
Dxfs_dir2_node.c95 if (!uuid_equal(&hdr3->uuid, &mp->m_sb.sb_meta_uuid)) in xfs_dir3_free_verify()
Dxfs_ialloc.c2507 if (!uuid_equal(&agi->agi_uuid, &mp->m_sb.sb_meta_uuid)) in xfs_agi_verify()
/Linux-v4.19/fs/xfs/
Dxfs_mount.c81 if (uuid_equal(uuid, &xfs_uuid_table[i])) in xfs_uuid_mount()
116 if (!uuid_equal(uuid, &xfs_uuid_table[i])) in xfs_uuid_unmount()
Dxfs_log_recover.c333 } else if (unlikely(!uuid_equal(&mp->m_sb.sb_uuid, &head->h_fs_uuid))) { in xlog_header_check_recover()
361 } else if (unlikely(!uuid_equal(&mp->m_sb.sb_uuid, &head->h_fs_uuid))) { in xlog_header_check_mount()
2353 if (!uuid_equal(&mp->m_sb.sb_meta_uuid, uuid)) in xlog_recover_get_buf_lsn()
2371 if (!uuid_equal(&mp->m_sb.sb_uuid, uuid)) in xlog_recover_get_buf_lsn()
/Linux-v4.19/fs/xfs/scrub/
Dagheader.c124 if (!uuid_equal(&sb->sb_uuid, &mp->m_sb.sb_uuid)) in xchk_superblock()
336 if (!uuid_equal(&sb->sb_meta_uuid, &mp->m_sb.sb_meta_uuid)) in xchk_superblock()
Drepair.c734 !uuid_equal(&btblock->bb_u.s.bb_uuid, &mp->m_sb.sb_meta_uuid)) in xrep_findroot_block()
/Linux-v4.19/block/partitions/
Dldm.c237 uuid_equal(&ph1->disk_id, &ph2->disk_id)); in ldm_compare_privheads()
560 if (uuid_equal(&v->vblk.disk.disk_id, &ldb->ph.disk_id)) in ldm_get_disk_objid()
/Linux-v4.19/drivers/net/
Dthunderbolt.c406 if (!uuid_equal(&pkg->hdr.initiator_uuid, net->xd->remote_uuid)) in tbnet_handle_packet()
408 if (!uuid_equal(&pkg->hdr.target_uuid, net->xd->local_uuid)) in tbnet_handle_packet()
/Linux-v4.19/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-v4.19/fs/overlayfs/
Dnamei.c163 if (!uuid_equal(&fh->uuid, &mnt->mnt_sb->s_uuid)) in ovl_decode_real_fh()
/Linux-v4.19/security/integrity/ima/
Dima_policy.c302 !uuid_equal(&rule->fsuuid, &inode->i_sb->s_uuid)) in ima_match_rules()

12