| /linux/drivers/nvme/target/ |
| H A D | pr.c | 33 if (uuid_equal(®->hostid, hostid)) in nvmet_pr_find_registrant() 167 if (!uuid_equal(&ctrl->hostid, hostid) && in nvmet_pr_resv_released() 188 if (uuid_equal(hostid, &ctrl->hostid)) { in nvmet_pr_send_event_to_host() 300 if (uuid_equal(®->hostid, &ctrl->hostid)) { in nvmet_pr_unregister() 363 if (uuid_equal(®->hostid, &ctrl->hostid)) { in nvmet_pr_replace() 451 if (uuid_equal(&pc_ref->hostid, hostid)) { in nvmet_pr_set_ctrl_to_abort() 475 if (!uuid_equal(&hostid, send_hostid)) in nvmet_pr_unreg_all_host_by_prkey() 493 !uuid_equal(®->hostid, send_hostid)) { in nvmet_pr_unreg_all_others_by_prkey() 512 if (!uuid_equal(®->hostid, send_hostid)) { in nvmet_pr_unreg_all_others() 678 if (uuid_equal(®->hostid, &ctrl->hostid) && in nvmet_execute_pr_acquire() [all …]
|
| /linux/include/linux/ |
| H A D | uuid.h | 71 static inline bool uuid_equal(const uuid_t *u1, const uuid_t *u2) in uuid_equal() function 93 return uuid_equal(uuid, &uuid_null); in uuid_is_null()
|
| /linux/drivers/firmware/smccc/ |
| H A D | smccc.c | 80 return uuid_equal(&uuid, hyp_uuid); in arm_smccc_hypervisor_has_uuid()
|
| /linux/drivers/cxl/core/ |
| H A D | mbox.c | 351 return uuid_equal(uuid, &DEFINE_CXL_VENDOR_DEBUG_UUID); in cxl_payload_from_user_allowed() 864 if (!uuid_equal(&uuid, &log_uuid[CEL_UUID])) in cxl_enumerate_cmds() 979 if (uuid_equal(uuid, &CXL_EVENT_GEN_MEDIA_UUID)) in __cxl_event_trace_record() 981 else if (uuid_equal(uuid, &CXL_EVENT_DRAM_UUID)) in __cxl_event_trace_record() 983 else if (uuid_equal(uuid, &CXL_EVENT_MEM_MODULE_UUID)) in __cxl_event_trace_record() 985 else if (uuid_equal(uuid, &CXL_EVENT_MEM_SPARING_UUID)) in __cxl_event_trace_record()
|
| H A D | features.c | 37 if (uuid_equal(uuid, &cxl_exclusive_feats[i])) in is_cxl_feature_exclusive_by_uuid() 379 if (uuid_equal(uuid, &feat->uuid)) in cxl_feature_info()
|
| H A D | region.c | 173 if (uuid_equal(&p->uuid, uuid)) { in is_dup() 203 if (uuid_equal(&p->uuid, &temp)) in uuid_store()
|
| /linux/drivers/nvdimm/ |
| H A D | label.c | 752 if (uuid_equal(uuid, &nvdimm_btt_uuid)) in uuid_to_nvdimm_cclass() 754 else if (uuid_equal(uuid, &nvdimm_btt2_uuid)) in uuid_to_nvdimm_cclass() 756 else if (uuid_equal(uuid, &nvdimm_pfn_uuid)) in uuid_to_nvdimm_cclass() 758 else if (uuid_equal(uuid, &nvdimm_dax_uuid)) in uuid_to_nvdimm_cclass() 760 else if (uuid_equal(uuid, &uuid_null)) in uuid_to_nvdimm_cclass()
|
| H A D | btt_devs.c | 251 if (!uuid_equal(&parent_uuid, ns_uuid)) in nd_btt_arena_is_valid()
|
| H A D | nd.h | 287 return uuid_equal(&tmp, uuid); in nsl_uuid_equal()
|
| /linux/drivers/thunderbolt/ |
| H A D | xdomain.c | 111 if (!uuid_equal(&res_hdr->uuid, &req_hdr->uuid)) in tb_xdomain_match() 427 if (!uuid_equal(xd->local_uuid, &req->dst_uuid)) { in tb_xdp_properties_response() 623 if (uuid_equal(handler->uuid, &tb_xdp_uuid)) in tb_register_protocol_handler() 1221 if (uuid_equal(&uuid, xd->local_uuid)) { in tb_xdomain_get_uuid() 1236 if (xd->remote_uuid && !uuid_equal(&uuid, xd->remote_uuid)) { in tb_xdomain_get_uuid() 2319 uuid_equal(xd->remote_uuid, lookup->uuid)) in switch_find_xdomain() 2450 if (uuid_equal(&hdr->uuid, &tb_xdp_uuid)) { in tb_xdomain_handle_request() 2458 if (!uuid_equal(&hdr->uuid, handler->uuid)) in tb_xdomain_handle_request()
|
| /linux/drivers/firmware/arm_ffa/ |
| H A D | bus.c | 39 if (uuid_equal(&ffa_dev->uuid, &id_table->uuid)) in ffa_device_match()
|
| H A D | driver.c | 1281 uuid_equal(&node->dev->uuid, uuid)) in notifier_hnode_get_by_vmid_uuid()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rtgroup.c | 646 if (!uuid_equal(&rsb->rsb_uuid, &mp->m_sb.sb_uuid)) in xfs_rtsb_verify_all() 648 if (!uuid_equal(&rsb->rsb_meta_uuid, &mp->m_sb.sb_meta_uuid)) in xfs_rtsb_verify_all()
|
| H A D | xfs_inode_buf.c | 619 if (!uuid_equal(&dip->di_uuid, &mp->m_sb.sb_meta_uuid)) in xfs_dinode_verify()
|
| /linux/fs/nfs_common/ |
| H A D | nfslocalio.c | 96 if (uuid_equal(&nfs_uuid->uuid, uuid)) in nfs_uuid_lookup_locked()
|
| /linux/fs/xfs/ |
| H A D | xfs_buf_item_recover.c | 934 if (!uuid_equal(&mp->m_sb.sb_meta_uuid, uuid)) in xlog_recover_get_buf_lsn() 953 if (!uuid_equal(&mp->m_sb.sb_meta_uuid, uuid)) in xlog_recover_get_buf_lsn()
|
| H A D | xfs_mount.c | 57 if (uuid_equal(uuid, new_uuid)) in xfs_uuid_search() 68 ASSERT(uuid_equal(xa_load(&xfs_uuid_table, index), uuid)); in xfs_uuid_delete()
|
| H A D | xfs_log_recover.c | 226 if (XFS_IS_CORRUPT(mp, !uuid_equal(&mp->m_sb.sb_uuid, in xlog_header_check_recover() 253 } else if (XFS_IS_CORRUPT(mp, !uuid_equal(&mp->m_sb.sb_uuid, in xlog_header_check_mount()
|
| /linux/drivers/dibs/ |
| H A D | dibs_loopback.c | 38 if (!uuid_equal(rgid, &dibs->gid)) in dibs_lo_query_rgid()
|
| /linux/tools/testing/cxl/test/ |
| H A D | mem.c | 589 if (!uuid_equal(&gl->uuid, &uuid)) in mock_get_log() 1444 if (uuid_equal(&input->uuid, &CXL_VENDOR_FEATURE_TEST)) in mock_get_feature() 1488 if (uuid_equal(&input->hdr.uuid, &CXL_VENDOR_FEATURE_TEST)) in mock_set_feature()
|
| /linux/fs/xfs/scrub/ |
| H A D | agheader.c | 167 if (!uuid_equal(&sb->sb_uuid, &mp->m_sb.sb_uuid)) in xchk_superblock() 398 if (!uuid_equal(&sb->sb_meta_uuid, &mp->m_sb.sb_meta_uuid)) in xchk_superblock()
|
| /linux/lib/pldmfw/ |
| H A D | pldmfw.c | 138 if (!uuid_equal(&header->id, &pldm_firmware_header_id)) { in pldm_parse_header()
|
| /linux/Documentation/filesystems/xfs/ |
| H A D | xfs-self-describing-metadata.rst | 259 if (!uuid_equal(&hdr->uuid, &mp->m_sb.sb_uuid)) 283 if (!uuid_equal(&hdr->uuid, &mp->m_sb.sb_uuid))
|
| /linux/drivers/nvme/host/ |
| H A D | fabrics.c | 54 bool same_hostid = uuid_equal(&host->id, id); in nvmf_host_add()
|
| /linux/drivers/tee/ |
| H A D | tee_core.c | 1431 if (uuid_equal(&tee_device->id.uuid, &id_table->uuid)) in tee_client_device_match()
|