Searched refs:uuid (Results 101 - 125 of 371) sorted by relevance

1234567891011>>

/linux-master/include/trace/events/
H A Dbcache.h157 __array(char, uuid, 16 )
167 memcpy(__entry->uuid, c->set_uuid, 16);
177 __entry->uuid, __entry->inode,
199 __array(char, uuid, 16 )
203 memcpy(__entry->uuid, c->set_uuid, 16);
206 TP_printk("%pU", __entry->uuid)
/linux-master/drivers/hid/intel-ish-hid/ishtp/
H A Dclient.h112 int ishtp_can_client_connect(struct ishtp_device *ishtp_dev, guid_t *uuid);
/linux-master/drivers/dma/idxd/
H A Dperfmon.h14 #include <linux/uuid.h>
/linux-master/drivers/nvdimm/
H A Dbtt.h97 u8 uuid[16]; member in struct:btt_sb
H A Ddax_devs.c22 kfree(nd_pfn->uuid);
H A Dcore.c210 * nd_uuid_store: common implementation for writing 'uuid' sysfs attributes
211 * @dev: container device for the uuid property
212 * @uuid_out: uuid buffer to replace
222 uuid_t uuid; local
228 rc = uuid_parse(buf, &uuid);
233 *uuid_out = kmemdup(&uuid, sizeof(uuid), GFP_KERNEL);
H A Dnd-core.h112 char *nd_label_gen_id(struct nd_label_id *label_id, const uuid_t *uuid,
114 bool nd_is_uuid_unique(struct device *dev, uuid_t *uuid);
/linux-master/drivers/md/
H A Ddm-sysfs.c103 static DM_ATTR_RO(uuid);
H A Ddm-init.c28 * Format: dm-mod.create=<name>,<uuid>,<minor>,<flags>,<table>[,<table>+][;<name>,<uuid>,<minor>,<flags>,<table>[,<table>+]+]
187 * name,uuid,minor,flags,table[; ...]
194 /* There are 5 fields: name,uuid,minor,flags,table; */
211 /* uuid */
212 strscpy(dev->dmi.uuid, field[1], sizeof(dev->dmi.uuid));
/linux-master/include/uapi/linux/
H A Ddm-ioctl.h48 * Rename a device or set its uuid if none was previously supplied.
99 * this structure at the start. If a uuid is specified any
144 char uuid[DM_UUID_LEN]; /* unique identifier for member in struct:dm_ioctl
205 * char uuid[0];
347 * If set, rename changes the uuid not the name. Only permitted
348 * if no uuid was previously supplied: an existing uuid cannot be changed.
H A Dtee.h225 * @uuid: [in] UUID of the Trusted Application
235 __u8 uuid[TEE_IOCTL_UUID_LEN]; member in struct:tee_ioctl_open_session_arg
/linux-master/fs/overlayfs/
H A Dovl_entry.h16 int uuid; member in struct:ovl_config
27 /* Unusable (conflicting) uuid */
H A Dutil.c15 #include <linux/uuid.h>
770 * Load persistent uuid from xattr into s_uuid if found, or store a new
777 uuid_t uuid; local
780 /* Try to load existing persistent uuid */
781 res = ovl_path_getxattr(ofs, upperpath, OVL_XATTR_UUID, uuid.b,
790 * With uuid=auto, if uuid xattr is found, it will be used.
791 * If uuid xattrs is not found, generate a persistent uuid only on mount
795 if (ofs->config.uuid
[all...]
/linux-master/drivers/acpi/x86/
H A Ds2idle.c414 static int validate_dsm(acpi_handle handle, const char *uuid, int rev, guid_t *dsm_guid) argument
419 guid_parse(uuid, dsm_guid);
425 "_DSM UUID %s rev %d function 0 evaluation failed\n", uuid, rev);
430 acpi_handle_debug(handle, "_DSM UUID %s rev %d function mask: 0x%x\n", uuid, rev, ret);
/linux-master/net/smc/
H A Dsmc_loopback.c32 uuid_t uuid; local
34 uuid_gen(&uuid);
35 memcpy(&lgid->gid, &uuid, sizeof(lgid->gid));
36 memcpy(&lgid->gid_ext, (u8 *)&uuid + sizeof(lgid->gid),
/linux-master/include/linux/
H A Dcxl-event.h7 #include <linux/uuid.h>
/linux-master/fs/xfs/
H A Dxfs_mount.c62 uuid_t *uuid = &mp->m_sb.sb_uuid; local
66 super_set_uuid(mp->m_super, uuid->b, sizeof(*uuid));
71 if (uuid_is_null(uuid)) {
82 if (uuid_equal(uuid, &xfs_uuid_table[i]))
92 xfs_uuid_table[hole] = *uuid;
99 xfs_warn(mp, "Filesystem has duplicate UUID %pU - can't mount", uuid);
107 uuid_t *uuid = &mp->m_sb.sb_uuid; local
117 if (!uuid_equal(uuid, &xfs_uuid_table[i]))
/linux-master/fs/bcachefs/
H A Dsuper-io.h63 memcpy(&ret, &c->sb.uuid, sizeof(ret));
H A Dbcachefs_ioctl.h5 #include <linux/uuid.h>
101 __uuid_t uuid; member in struct:bch_ioctl_query_uuid
/linux-master/drivers/md/bcache/
H A Dsuper.c184 memcpy(sb->uuid, s->uuid, 16);
212 if (bch_is_zero(sb->uuid, 16))
301 memcpy(out->uuid, sb->uuid, 16);
450 if (!bch_is_zero(u->uuid, 16))
452 u - c->uuids, u->uuid, u->label,
463 return "bad uuid pointer";
476 * Since the new uuid entry is bigger than the old, we have to
484 memcpy(u1[i].uuid, u
535 uuid_find(struct cache_set *c, const char *uuid) argument
[all...]
/linux-master/drivers/tee/
H A Dtee_core.c137 * @uuid: Resulting UUID
147 static int uuid_v5(uuid_t *uuid, const uuid_t *ns, const void *name, argument
187 memcpy(uuid->b, hash, UUID_SIZE);
190 uuid->b[6] = (hash[6] & 0x0F) | 0x50;
191 uuid->b[8] = (hash[8] & 0x3F) | 0x80;
201 int tee_session_calc_client_uuid(uuid_t *uuid, u32 connection_method, argument
213 uuid_copy(uuid, &uuid_null);
265 rc = uuid_v5(uuid, &tee_client_uuid_ns, name, name_len);
1212 while (!uuid_is_null(&id_table->uuid)) {
1213 if (uuid_equal(&tee_device->id.uuid,
[all...]
/linux-master/sound/soc/intel/skylake/
H A Dskl-sst-dsp.h12 #include <linux/uuid.h>
174 guid_t uuid; member in struct:uuid_module
/linux-master/drivers/block/drbd/
H A Ddrbd_protocol.h315 u64 uuid[UI_EXTENDED_SIZE]; member in struct:p_uuids
319 u64 uuid; member in struct:p_rs_uuid
/linux-master/drivers/infiniband/ulp/rtrs/
H A Drtrs-pri.h13 #include <linux/uuid.h>
105 uuid_t uuid; member in struct:rtrs_path
/linux-master/fs/afs/
H A Dvl_alias.c86 int diff = memcmp(&server_a->uuid, &server_b->uuid, sizeof(uuid_t));

Completed in 285 milliseconds

1234567891011>>