Home
last modified time | relevance | path

Searched refs:osdname (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/fs/exofs/
Dsys.c64 return snprintf(buf, odi->osdname_len + 1, "%s", odi->osdname); in osdname_show()
98 OSD_ATTR(osdname, S_IRUGO, osdname_show, NULL);
163 &exofs_kset->kobj, "%s_%llx", dt_dev->osdname, pid); in exofs_sysfs_sb_add()
166 "uuid-%s_%llx => %d\n", dt_dev->osdname, pid, retval); in exofs_sysfs_sb_add()
Dsuper.c424 msg, dev_path ?: "", odi->osdname, _LLU(pid)); in _exofs_print_device()
531 odi->osdname = dt_dev->osdname; in exofs_devs_2_odi()
541 if (unlikely(odi->osdname_len >= sizeof(dt_dev->osdname))) in exofs_devs_2_odi()
542 odi->osdname_len = sizeof(dt_dev->osdname) - 1; in exofs_devs_2_odi()
543 dt_dev->osdname[odi->osdname_len] = 0; in exofs_devs_2_odi()
647 i, odi.osdname); in exofs_read_lookup_dev_table()
668 "osd_name-%s =>%d\n", odi.osdname, ret); in exofs_read_lookup_dev_table()
683 odi.osdname); in exofs_read_lookup_dev_table()
727 odi.osdname = (u8 *)opts->dev_name; in exofs_fill_super()
Dcommon.h139 u8 osdname[44]; /* Embbeded, Usually an asci uuid */ member
/Linux-v4.19/drivers/scsi/osd/
Dosd_uld.c108 return sprintf(buf, "%s\n", ould->odi.osdname); in osdname_show()
110 static DEVICE_ATTR_RO(osdname);
282 _the_same_or_null(oud->odi.osdname, oud->odi.osdname_len, in _match_odi()
283 odi->osdname, odi->osdname_len)) { in _match_odi()
363 _the_same_or_null(oud->odi.osdname, oud->odi.osdname_len, in osduld_device_same()
364 odi->osdname, odi->osdname_len); in osduld_device_same()
401 kfree(oud->odi.osdname); in __remove()
Dosd_initiator.c147 odi->osdname = kzalloc(odi->osdname_len + 1, GFP_KERNEL); in _osd_get_print_system_info()
148 if (!odi->osdname) { in _osd_get_print_system_info()
153 memcpy(odi->osdname, get_attrs[a].val_ptr, odi->osdname_len); in _osd_get_print_system_info()
154 OSD_INFO("OSD_NAME [%s]\n", odi->osdname); in _osd_get_print_system_info()
/Linux-v4.19/Documentation/filesystems/
Dexofs.txt109 osdname=<id> - Mount by a device's osdname.
110 osdname is usually a 36 character uuid of the
/Linux-v4.19/include/scsi/
Dosd_initiator.h63 u8 *osdname; member