Searched refs:uuid (Results 276 - 300 of 371) sorted by relevance

<<1112131415

/linux-master/drivers/ufs/host/
H A Dufshcd-pci.c19 #include <linux/uuid.h>
/linux-master/drivers/infiniband/ulp/rtrs/
H A Drtrs-srv.c762 /* when a client with same uuid and same sessname tried to add a path */
1639 if (uuid_equal(&srv_path->s.uuid, sess_uuid))
1735 const uuid_t *uuid)
1791 uuid_copy(&srv_path->s.uuid, uuid);
1731 __alloc_path(struct rtrs_srv_sess *srv, struct rdma_cm_id *cm_id, unsigned int con_num, unsigned int recon_cnt, const uuid_t *uuid) argument
/linux-master/fs/afs/
H A Dproc.c443 &server->uuid,
/linux-master/include/linux/
H A Dcper.h12 #include <linux/uuid.h>
/linux-master/drivers/block/drbd/
H A Ddrbd_state.c1093 if (device->ed_uuid == device->ldev->md.uuid[UI_CURRENT]) {
1436 drbd_set_ed_uuid(device, device->ldev->md.uuid[UI_CURRENT]);
1691 * Connected Primary/Secondary UpToDate/Diskless (resumed; needs to bump uuid!)
1773 /* We should actively create a new uuid, _before_
1789 * the sync uuid now. Need to do that before any drbd_send_state, or
1825 device->ldev->md.uuid[UI_BITMAP] == 0 && ns.disk >= D_UP_TO_DATE) {
1839 device->ldev->md.uuid[UI_BITMAP] == 0 && ns.disk >= D_UP_TO_DATE) {
/linux-master/drivers/acpi/
H A Dpfr_update.c25 #include <linux/uuid.h>
/linux-master/drivers/virtio/
H A Dvirtio_vdpa.c15 #include <linux/uuid.h>
/linux-master/lib/
H A Dkobject_uevent.c26 #include <linux/uuid.h>
H A Dvsprintf.c39 #include <linux/uuid.h>
1693 char uuid[UUID_STRING_LEN + 1]; local
1694 char *p = uuid;
1731 return string_nocheck(buf, end, uuid, spec);
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_nvme.c1544 u8 *uuid = NULL; local
1714 uuid = nvme_fc_io_getuuid(pnvme_fcreq);
1716 if (uuid) {
1724 err = lpfc_vmid_get_appid(vport, uuid, iodir,
/linux-master/drivers/md/
H A Dmd.h359 char uuid[16]; member in struct:mddev
H A Draid5-ppl.c1393 ppl_conf->signature = ~crc32c_le(~0, mddev->uuid, sizeof(mddev->uuid));
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_fw_update.c5 #include <linux/uuid.h>
/linux-master/include/acpi/
H A Dacpixf.h796 *uuid,
/linux-master/sound/soc/intel/avs/
H A Dloader.c220 adev->spec->name, mentry->uuid.b);
/linux-master/sound/soc/sof/
H A Dipc3-topology.c318 offsetof(struct snd_sof_widget, uuid)},
364 size_t ext_size = sizeof(swidget->uuid);
367 if (!guid_is_null(&swidget->uuid))
384 memcpy((u8 *)comp + *ipc_size, &swidget->uuid, ext_size);
/linux-master/fs/bcachefs/
H A Dsb-members.c200 pr_uuid(out, m.uuid.b);
H A Ddisk_groups.c592 pr_uuid(out, m.uuid.b);
/linux-master/drivers/cxl/
H A Dcxl.h479 * @uuid: unique id for persistent regions
490 uuid_t uuid; member in struct:cxl_region_params
/linux-master/drivers/misc/mei/
H A Dhbm.c412 const uuid_le *uuid = &res->client_properties.protocol_name; local
414 mei_me_cl_rm_by_uuid(dev, uuid);
/linux-master/fs/overlayfs/
H A Dnamei.c171 * Make sure that the stored uuid matches the uuid of the lower
173 * In case of uuid=off option just make sure that stored uuid is null.
176 !uuid_equal(&fh->fb.uuid, &mnt->mnt_sb->s_uuid) :
177 !uuid_is_null(&fh->fb.uuid))
429 * If lower fs uuid is not unique among lower fs we cannot match
430 * fh->uuid to layer.
/linux-master/tools/net/ynl/lib/
H A Dynl.py14 import uuid namespace
885 elif display_hint == 'uuid':
886 formatted = str(uuid.UUID(bytes=raw))
/linux-master/fs/nfsd/
H A Dexport.c398 static int check_export(struct path *path, int *flags, unsigned char *uuid) argument
421 * or an FSID number (so NFSEXP_FSID or ->uuid is needed).
428 uuid == NULL) {
584 /* more than one uuid */
588 /* expect a 16 byte uuid encoded as \xXXXX... */
677 else if (strcmp(buf, "uuid") == 0)
797 seq_puts(m, ",uuid=");
/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_block.c58 if (!uuid_equal(&hdr3->uuid, &mp->m_sb.sb_meta_uuid))
186 uuid_copy(&hdr3->uuid, &mp->m_sb.sb_meta_uuid);
H A Dxfs_sb.c1211 BUILD_BUG_ON(sizeof(geo->uuid) != sizeof(sbp->sb_uuid));
1212 memcpy(geo->uuid, &sbp->sb_uuid, sizeof(sbp->sb_uuid));

Completed in 238 milliseconds

<<1112131415