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

1234567891011>>

/linux-master/drivers/nvdimm/
H A Dbtt.h97 u8 uuid[16]; member in struct:btt_sb
H A Dcore.c211 * nd_uuid_store: common implementation for writing 'uuid' sysfs attributes
212 * @dev: container device for the uuid property
213 * @uuid_out: uuid buffer to replace
223 uuid_t uuid; local
229 rc = uuid_parse(buf, &uuid);
234 *uuid_out = kmemdup(&uuid, sizeof(uuid), GFP_KERNEL);
H A Ddax_devs.c22 kfree(nd_pfn->uuid);
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/include/uapi/linux/
H A Dtee.h224 * @uuid: [in] UUID of the Trusted Application
234 __u8 uuid[TEE_IOCTL_UUID_LEN]; member in struct:tee_ioctl_open_session_arg
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.
/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/fs/bcachefs/
H A Dsuper-io.h62 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
H A Dsb-members.h197 return !bch2_is_zero(&m->uuid, sizeof(m->uuid));
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dacpi.c6 #include <linux/uuid.h>
/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/fs/xfs/
H A Dxfs_mount.c61 uuid_t *uuid = &mp->m_sb.sb_uuid; local
65 super_set_uuid(mp->m_super, uuid->b, sizeof(*uuid));
70 if (uuid_is_null(uuid)) {
81 if (uuid_equal(uuid, &xfs_uuid_table[i]))
91 xfs_uuid_table[hole] = *uuid;
98 xfs_warn(mp, "Filesystem has duplicate UUID %pU - can't mount", uuid);
106 uuid_t *uuid = &mp->m_sb.sb_uuid; local
116 if (!uuid_equal(uuid, &xfs_uuid_table[i]))
/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/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));
/linux-master/include/linux/
H A Dtee_drv.h16 #include <linux/uuid.h>
174 * @uuid: Resulting UUID
185 int tee_session_calc_client_uuid(uuid_t *uuid, u32 connection_method,
/linux-master/drivers/cxl/core/
H A Dtrace.h184 * NOTE: The uuid must be assigned by the specific trace event
215 TP_printk("memdev=%s host=%s serial=%lld log=%s : time=%llu uuid=%pUb " \
228 const uuid_t *uuid, struct cxl_event_generic *gen_rec),
230 TP_ARGS(cxlmd, log, uuid, gen_rec),
239 memcpy(&__entry->hdr_uuid, uuid, sizeof(uuid_t));
665 __array(char, uuid, 16)
682 memcpy(__entry->uuid, &cxlr->params.uuid, 16);
687 memset(__entry->uuid, 0, 16);
700 __entry->uuid,
[all...]
/linux-master/drivers/misc/mei/
H A Dclient.c122 * __mei_me_cl_by_uuid - locate me client by uuid
126 * @uuid: me client uuid
133 const uuid_le *uuid)
142 if (uuid_le_cmp(*uuid, *pn) == 0)
150 * mei_me_cl_by_uuid - locate me client by uuid
154 * @uuid: me client uuid
161 const uuid_le *uuid)
166 me_cl = __mei_me_cl_by_uuid(dev, uuid);
132 __mei_me_cl_by_uuid(struct mei_device *dev, const uuid_le *uuid) argument
160 mei_me_cl_by_uuid(struct mei_device *dev, const uuid_le *uuid) argument
212 __mei_me_cl_by_uuid_id(struct mei_device *dev, const uuid_le *uuid, u8 client_id) argument
241 mei_me_cl_by_uuid_id(struct mei_device *dev, const uuid_le *uuid, u8 client_id) argument
261 mei_me_cl_rm_by_uuid(struct mei_device *dev, const uuid_le *uuid) argument
283 mei_me_cl_rm_by_uuid_id(struct mei_device *dev, const uuid_le *uuid, u8 id) argument
[all...]

Completed in 540 milliseconds

1234567891011>>