uuid_str          409 arch/powerpc/platforms/pseries/papr_scm.c 	const char *uuid_str;
uuid_str          429 arch/powerpc/platforms/pseries/papr_scm.c 	if (of_property_read_string(dn, "ibm,unit-guid", &uuid_str)) {
uuid_str          449 arch/powerpc/platforms/pseries/papr_scm.c 	uuid_parse(uuid_str, (uuid_t *) uuid);
uuid_str          502 drivers/acpi/acpi_processor.c 		.uuid_str = sb_uuid_str,
uuid_str          777 drivers/acpi/apei/apei-base.c 		.uuid_str	= whea_uuid_str,
uuid_str          180 drivers/acpi/bus.c 	acpi_handle_debug(handle, "(%s): %s\n", context->uuid_str, error);
uuid_str          201 drivers/acpi/bus.c 	if (guid_parse(context->uuid_str, &guid))
uuid_str          289 drivers/acpi/bus.c 		.uuid_str = sb_uuid_str,
uuid_str          180 drivers/acpi/pci_root.c 		.uuid_str = pci_osc_uuid_str,
uuid_str           76 drivers/net/ethernet/cisco/enic/enic_pp.c 	char uuid_str[38];
uuid_str          118 drivers/net/ethernet/cisco/enic/enic_pp.c 		sprintf(uuid_str, "%pUB", pp->instance_uuid);
uuid_str          121 drivers/net/ethernet/cisco/enic/enic_pp.c 			sizeof(uuid_str), uuid_str);
uuid_str          125 drivers/net/ethernet/cisco/enic/enic_pp.c 		sprintf(uuid_str, "%pUB", pp->host_uuid);
uuid_str          128 drivers/net/ethernet/cisco/enic/enic_pp.c 			sizeof(uuid_str), uuid_str);
uuid_str          175 drivers/thermal/intel/int340x_thermal/int3400_thermal.c 		.uuid_str = int3400_thermal_uuids[uuid],
uuid_str          169 drivers/thunderbolt/domain.c 	char *str, *s, *uuid_str;
uuid_str          194 drivers/thunderbolt/domain.c 	uuid_str = strim(str);
uuid_str          195 drivers/thunderbolt/domain.c 	while ((s = strsep(&uuid_str, ",")) != NULL && i < tb->nboot_acl) {
uuid_str         3310 fs/ocfs2/dlmglue.c 			osb->uuid_str);
uuid_str         3322 fs/ocfs2/dlmglue.c 				       osb->uuid_str,
uuid_str         3323 fs/ocfs2/dlmglue.c 				       strlen(osb->uuid_str),
uuid_str          223 fs/ocfs2/ioctl.c 	memcpy(oiu.iu_uuid_str, osb->uuid_str, OCFS2_TEXT_UUID_LEN + 1);
uuid_str         1086 fs/ocfs2/journal.c 				"ocfs2cmt-%s", osb->uuid_str);
uuid_str         1520 fs/ocfs2/journal.c 			"ocfs2rec-%s", osb->uuid_str);
uuid_str          718 fs/ocfs2/namei.c 			mlog(ML_ERROR, "%s: no old_dir_bh!\n", osb->uuid_str);
uuid_str          313 fs/ocfs2/ocfs2.h 	char *uuid_str;
uuid_str         1711 fs/ocfs2/ocfs2_trace.h 	TP_PROTO(char *label, char *uuid_str, unsigned long long root_dir,
uuid_str         1713 fs/ocfs2/ocfs2_trace.h 	TP_ARGS(label, uuid_str, root_dir, system_dir, cluster_bits),
uuid_str         1716 fs/ocfs2/ocfs2_trace.h 		__string(uuid_str, uuid_str)
uuid_str         1723 fs/ocfs2/ocfs2_trace.h 		__assign_str(uuid_str, uuid_str);
uuid_str         1728 fs/ocfs2/ocfs2_trace.h 	TP_printk("%s %s %llu %llu %d", __get_str(label), __get_str(uuid_str),
uuid_str          225 fs/ocfs2/super.c 			"Device", osb->dev_str, osb->uuid_str,
uuid_str         1080 fs/ocfs2/super.c 	osb->osb_debug_root = debugfs_create_dir(osb->uuid_str,
uuid_str         1660 fs/ocfs2/super.c 	buf->f_fsid.val[0] = crc32_le(0, osb->uuid_str, OCFS2_VOL_UUID_LEN)
uuid_str         1662 fs/ocfs2/super.c 	buf->f_fsid.val[1] = crc32_le(0, osb->uuid_str + OCFS2_VOL_UUID_LEN,
uuid_str         1909 fs/ocfs2/super.c 	if (!mnt_err && !ocfs2_mount_local(osb) && osb->uuid_str &&
uuid_str         1920 fs/ocfs2/super.c 		ocfs2_cluster_hangup(osb->uuid_str, strlen(osb->uuid_str));
uuid_str         1946 fs/ocfs2/super.c 	osb->uuid_str = kzalloc(OCFS2_VOL_UUID_LEN * 2 + 1, GFP_KERNEL);
uuid_str         1947 fs/ocfs2/super.c 	if (osb->uuid_str == NULL)
uuid_str         1950 fs/ocfs2/super.c 	for (i = 0, ptr = osb->uuid_str; i < OCFS2_VOL_UUID_LEN; i++) {
uuid_str         2246 fs/ocfs2/super.c 	trace_ocfs2_initialize_super(osb->vol_label, osb->uuid_str,
uuid_str         2499 fs/ocfs2/super.c 	kfree(osb->uuid_str);
uuid_str          482 include/linux/acpi.h 	char *uuid_str;			/* UUID string */
uuid_str          108 init/do_mounts.c static dev_t devt_from_partuuid(const char *uuid_str)
uuid_str          119 init/do_mounts.c 	cmp.uuid = uuid_str;
uuid_str          121 init/do_mounts.c 	slash = strchr(uuid_str, '/');
uuid_str          131 init/do_mounts.c 		cmp.len = slash - uuid_str;
uuid_str          133 init/do_mounts.c 		cmp.len = strlen(uuid_str);