Searched refs:uuid (Results 226 - 250 of 366) sorted by relevance

1234567891011>>

/linux-master/fs/jfs/
H A Djfs_mount.c385 uuid_copy(&sbi->uuid, &j_sb->s_uuid);
/linux-master/net/bluetooth/
H A Dhci_debugfs.c176 struct bt_uuid *uuid; local
179 list_for_each_entry(uuid, &hdev->uuids, list) {
187 val[i] = uuid->uuid[15 - i];
/linux-master/fs/bcachefs/
H A Dbcachefs_format.h78 #include <linux/uuid.h>
577 __uuid_t uuid; member in struct:bch_member
919 * @uuid - used for generating various magic numbers and identifying
933 __uuid_t uuid; member in struct:bch_sb
1287 memcpy(&ret, &sb->uuid, sizeof(ret));
/linux-master/drivers/thunderbolt/
H A Dtb.h15 #include <linux/uuid.h>
123 * @uuid: UUID of the switch (or %NULL if not supported)
177 uuid_t *uuid; member in struct:tb_switch
839 struct tb_switch *tb_switch_find_by_uuid(struct tb *tb, const uuid_t *uuid);
1186 int tb_lc_read_uuid(struct tb_switch *sw, u32 *uuid);
/linux-master/drivers/md/
H A Ddm-clone-metadata.c43 __u8 uuid[UUID_LEN]; member in struct:superblock_disk
304 memset(sb->uuid, 0, sizeof(sb->uuid));
H A Ddm-era-target.c172 __u8 uuid[UUID_LEN]; member in struct:superblock_disk
510 /* FIXME: can't keep blanking the uuid (uuid is currently unused though) */
511 memset(disk->uuid, 0, sizeof(disk->uuid));
/linux-master/drivers/misc/mei/
H A Dmain.c464 * @uuid: client UUID
473 static int mei_vt_support_check(struct mei_device *dev, const uuid_le *uuid) argument
481 me_cl = mei_me_cl_by_uuid(dev, uuid);
484 uuid);
/linux-master/drivers/nvme/target/
H A Dadmin-cmd.c642 if (memchr_inv(&req->ns->uuid, 0, sizeof(req->ns->uuid))) {
645 &req->ns->uuid, &off);
/linux-master/drivers/md/dm-vdo/
H A Dencodings.h12 #include <linux/uuid.h>
97 /* The uuid of this volume */
98 uuid_t uuid; member in struct:volume_geometry
113 /* The uuid of this volume */
114 uuid_t uuid; member in struct:volume_geometry_4_0
/linux-master/drivers/nvdimm/
H A Dbtt.c985 export_uuid(super->uuid, nd_btt->uuid);
1549 * @uuid: A uuid for the backing device - this is stored on media
1562 u32 lbasize, uuid_t *uuid,
1651 if (!nd_btt->uuid || !nd_btt->ndns || !nd_btt->lbasize) {
1681 btt = btt_init(nd_btt, rawsize, nd_btt->lbasize, nd_btt->uuid,
1561 btt_init(struct nd_btt *nd_btt, unsigned long long rawsize, u32 lbasize, uuid_t *uuid, struct nd_region *nd_region) argument
/linux-master/drivers/cxl/core/
H A Dregion.c9 #include <linux/uuid.h>
149 rc = sysfs_emit(buf, "%pUb\n", &p->uuid);
159 uuid_t *uuid = data; local
168 if (uuid_equal(&p->uuid, uuid)) {
169 dev_dbg(match, "already has uuid: %pUb\n", uuid);
198 if (uuid_equal(&p->uuid, &temp))
209 uuid_copy(&p->uuid, &temp);
217 static DEVICE_ATTR_RW(uuid);
[all...]
/linux-master/net/ncsi/
H A Dncsi-rsp.c1064 memcpy(np->uuid, rsp->uuid, sizeof(rsp->uuid));
/linux-master/fs/afs/
H A Dinternal.h20 #include <linux/uuid.h>
291 struct afs_uuid uuid; member in struct:afs_net
554 uuid_t uuid; /* Server ID */ member in union:afs_server::__anon130
/linux-master/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c1407 uuid_t uuid; local
1461 uuid_parse(uuid_str, &uuid);
1466 * uuid string so that we can compare this with the label
1471 * for a uuid string 72511b67-0b3b-42fd-8d1d-5be3cae8bcaa
1475 export_uuid(uuid_raw, &uuid);
/linux-master/fs/overlayfs/
H A Dcopy_up.c408 uuid_t *uuid = &real->d_sb->s_uuid; local
448 fh->fb.uuid = *uuid;
/linux-master/block/partitions/
H A Defi.c745 efi_guid_to_str(&ptes[i].unique_partition_guid, info->uuid);
/linux-master/sound/soc/intel/skylake/
H A Dskl-topology.h376 guid_t uuid; member in struct:skl_module
/linux-master/include/acpi/
H A Dacrestyp.h211 u8 uuid[ACPI_UUID_LENGTH]; member in struct:acpi_resource_vendor_typed
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtw_mlme.h264 u8 uuid[16]; /* UUID */ member in struct:wifidirect_info
/linux-master/drivers/platform/surface/
H A Dsurface3_power.c42 #include <linux/uuid.h>
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_drv.h99 uuid_t uuid; member in struct:virtio_gpu_object
266 /* protects uuid state when exporting */
/linux-master/include/linux/
H A Ddevice-mapper.h499 int dm_copy_name_and_uuid(struct mapped_device *md, char *name, char *uuid);
H A Df2fs_fs.h137 __u8 uuid[16]; /* 128-bit uuid for volume */ member in struct:f2fs_super_block
/linux-master/drivers/acpi/
H A Dpfr_telemetry.c25 #include <linux/uuid.h>
/linux-master/fs/btrfs/
H A Dtransaction.c13 #include <linux/uuid.h>
31 #include "uuid-tree.h"
1773 generate_random_guid(new_root_item->uuid);
1774 memcpy(new_root_item->parent_uuid, root->root_item.uuid,
1882 ret = btrfs_uuid_tree_add(trans, new_root_item->uuid,

Completed in 392 milliseconds

1234567891011>>