Home
last modified time | relevance | path

Searched refs:uuid_str (Results 1 – 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/
Denic_pp.c76 char uuid_str[38]; in enic_set_port_profile() local
118 sprintf(uuid_str, "%pUB", pp->instance_uuid); in enic_set_port_profile()
121 sizeof(uuid_str), uuid_str); in enic_set_port_profile()
125 sprintf(uuid_str, "%pUB", pp->host_uuid); in enic_set_port_profile()
128 sizeof(uuid_str), uuid_str); in enic_set_port_profile()
/kernel/linux/linux-5.10/init/
Ddo_mounts.c107 static dev_t devt_from_partuuid(const char *uuid_str) in devt_from_partuuid() argument
118 cmp.uuid = uuid_str; in devt_from_partuuid()
120 slash = strchr(uuid_str, '/'); in devt_from_partuuid()
130 cmp.len = slash - uuid_str; in devt_from_partuuid()
132 cmp.len = strlen(uuid_str); in devt_from_partuuid()
/kernel/linux/linux-5.10/fs/ocfs2/
Dsuper.c227 "Device", osb->dev_str, osb->uuid_str, in ocfs2_osb_dump()
1090 osb->osb_debug_root = debugfs_create_dir(osb->uuid_str, in ocfs2_fill_super()
1681 buf->f_fsid.val[0] = crc32_le(0, osb->uuid_str, OCFS2_VOL_UUID_LEN) in ocfs2_statfs()
1683 buf->f_fsid.val[1] = crc32_le(0, osb->uuid_str + OCFS2_VOL_UUID_LEN, in ocfs2_statfs()
1931 if (!mnt_err && !ocfs2_mount_local(osb) && osb->uuid_str && in ocfs2_dismount_volume()
1942 ocfs2_cluster_hangup(osb->uuid_str, strlen(osb->uuid_str)); in ocfs2_dismount_volume()
1968 osb->uuid_str = kzalloc(OCFS2_VOL_UUID_LEN * 2 + 1, GFP_KERNEL); in ocfs2_setup_osb_uuid()
1969 if (osb->uuid_str == NULL) in ocfs2_setup_osb_uuid()
1972 for (i = 0, ptr = osb->uuid_str; i < OCFS2_VOL_UUID_LEN; i++) { in ocfs2_setup_osb_uuid()
2274 trace_ocfs2_initialize_super(osb->vol_label, osb->uuid_str, in ocfs2_initialize_super()
[all …]
Docfs2_trace.h1711 TP_PROTO(char *label, char *uuid_str, unsigned long long root_dir,
1713 TP_ARGS(label, uuid_str, root_dir, system_dir, cluster_bits),
1716 __string(uuid_str, uuid_str)
1723 __assign_str(uuid_str, uuid_str);
1728 TP_printk("%s %s %llu %llu %d", __get_str(label), __get_str(uuid_str),
Docfs2.h314 char *uuid_str; member
Dioctl.c223 memcpy(oiu.iu_uuid_str, osb->uuid_str, OCFS2_TEXT_UUID_LEN + 1); in ocfs2_info_handle_uuid()
Djournal.c1090 "ocfs2cmt-%s", osb->uuid_str); in ocfs2_journal_load()
1524 "ocfs2rec-%s", osb->uuid_str); in ocfs2_recovery_thread()
Ddlmglue.c3331 osb->uuid_str); in ocfs2_dlm_init()
3343 osb->uuid_str, in ocfs2_dlm_init()
3344 strlen(osb->uuid_str), in ocfs2_dlm_init()
Dnamei.c724 mlog(ML_ERROR, "%s: no old_dir_bh!\n", osb->uuid_str); in ocfs2_link()
/kernel/linux/linux-5.10/drivers/thunderbolt/
Ddomain.c169 char *str, *s, *uuid_str; in boot_acl_store() local
194 uuid_str = strim(str); in boot_acl_store()
195 while ((s = strsep(&uuid_str, ",")) != NULL && i < tb->nboot_acl) { in boot_acl_store()
/kernel/linux/linux-5.10/drivers/acpi/
Dbus.c180 acpi_handle_debug(handle, "(%s): %s\n", context->uuid_str, error); in acpi_print_osc_error()
201 if (guid_parse(context->uuid_str, &guid)) in acpi_run_osc()
289 .uuid_str = sb_uuid_str, in acpi_bus_osc_support()
Dacpi_processor.c501 .uuid_str = sb_uuid_str, in acpi_hwp_native_thermal_lvt_osc()
Dpci_root.c180 .uuid_str = pci_osc_uuid_str, in acpi_pci_run_osc()
/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/
Dint3400_thermal.c244 .uuid_str = NULL, in int3400_thermal_run_osc()
252 context.uuid_str = int3400_thermal_uuids[uuid]; in int3400_thermal_run_osc()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
Dpapr_scm.c1056 const char *uuid_str; in papr_scm_probe() local
1077 if (of_property_read_string(dn, "ibm,unit-guid", &uuid_str)) { in papr_scm_probe()
1100 uuid_parse(uuid_str, &uuid); in papr_scm_probe()
/kernel/linux/linux-5.10/drivers/acpi/apei/
Dapei-base.c785 .uuid_str = whea_uuid_str, in apei_osc_setup()
/kernel/linux/linux-5.10/include/linux/
Dacpi.h521 char *uuid_str; /* UUID string */ member