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

<<1112131415

/linux-master/lib/
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);
H A Dkobject_uevent.c26 #include <linux/uuid.h>
/linux-master/fs/bcachefs/
H A Ddisk_groups.c593 pr_uuid(out, m.uuid.b);
H A Dsb-members.c194 pr_uuid(out, m.uuid.b);
/linux-master/fs/afs/
H A Dproc.c443 &server->uuid,
/linux-master/include/linux/
H A Dcper.h12 #include <linux/uuid.h>
H A Dblkdev.h25 #include <linux/uuid.h>
65 char uuid[PARTITION_META_INFO_UUIDLTH]; member in struct:partition_meta_info
/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/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/acpi/
H A Dpfr_update.c25 #include <linux/uuid.h>
/linux-master/sound/soc/intel/avs/
H A Dloader.c218 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/drivers/virtio/
H A Dvirtio_vdpa.c15 #include <linux/uuid.h>
/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/cxl/
H A Dcxl.h477 * @uuid: unique id for persistent regions
488 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/nfsd/
H A Dexport.c394 static int check_export(struct path *path, int *flags, unsigned char *uuid) argument
417 * or an FSID number (so NFSEXP_FSID or ->uuid is needed).
424 uuid == NULL) {
580 /* more than one uuid */
584 /* expect a 16 byte uuid encoded as \xXXXX... */
673 else if (strcmp(buf, "uuid") == 0)
793 seq_puts(m, ",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/fs/xfs/libxfs/
H A Dxfs_sb.c1206 BUILD_BUG_ON(sizeof(geo->uuid) != sizeof(sbp->sb_uuid));
1207 memcpy(geo->uuid, &sbp->sb_uuid, sizeof(sbp->sb_uuid));
/linux-master/tools/net/ynl/lib/
H A Dynl.py13 import uuid namespace
826 elif display_hint == 'uuid':
827 formatted = str(uuid.UUID(bytes=raw))
/linux-master/drivers/nvme/host/
H A Dcore.c1431 uuid_copy(&ids->uuid, data + sizeof(*cur));
1807 return uuid_equal(&a->uuid, &b->uuid) &&
3412 bool has_uuid = !uuid_is_null(&ids->uuid);
3420 if (has_uuid && uuid_equal(&ids->uuid, &h->ids.uuid))
3623 memset(&info->ids.uuid, 0, sizeof(info->ids.uuid));
/linux-master/drivers/thunderbolt/
H A Dtest.c2700 KUNIT_EXPECT_TRUE(test, uuid_equal(network_dir->uuid, &network_dir_uuid));
2759 if (d1->uuid) {
2760 KUNIT_ASSERT_NOT_NULL(test, d2->uuid);
2761 KUNIT_ASSERT_TRUE(test, uuid_equal(d1->uuid, d2->uuid));
2763 KUNIT_ASSERT_NULL(test, d2->uuid);
/linux-master/fs/btrfs/
H A Ddisk-io.c15 #include <linux/uuid.h>
49 #include "uuid-tree.h"
907 generate_random_guid(root->root_item.uuid);
909 export_guid(root->root_item.uuid, &guid_null);
2445 "superblock metadata_uuid doesn't match metadata uuid of fs_devices: %pU != %pU",
2905 task = kthread_run(btrfs_uuid_rescan_kthread, fs_info, "btrfs-uuid");
3424 * If we have a uuid root and we're not being told to rescan we need to
3428 * uuid generation, and then if we crash we would rescan the uuid tree,
4081 memcpy(dev_item->uuid, de
[all...]
/linux-master/mm/
H A Dshmem.c80 #include <linux/uuid.h>
4403 uuid_t uuid; local
4404 uuid_gen(&uuid);
4405 super_set_uuid(sb, uuid.b, sizeof(uuid));

Completed in 353 milliseconds

<<1112131415