Home
last modified time | relevance | path

Searched refs:systemid_len (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/scsi/osd/
Dosd_uld.c118 memcpy(buf, ould->odi.systemid, ould->odi.systemid_len); in systemid_show()
119 return ould->odi.systemid_len; in systemid_show()
280 if (_the_same_or_null(oud->odi.systemid, oud->odi.systemid_len, in _match_odi()
281 odi->systemid, odi->systemid_len) && in _match_odi()
285 odi->systemid_len, odi->osdname_len); in _match_odi()
359 return (oud->odi.systemid_len == odi->systemid_len) && in osduld_device_same()
360 _the_same_or_null(oud->odi.systemid, oud->odi.systemid_len, in osduld_device_same()
361 odi->systemid, odi->systemid_len) && in osduld_device_same()
Dosd_initiator.c190 odi->systemid_len = len; in _osd_get_print_system_info()
/Linux-v4.19/fs/exofs/
Dsys.c72 memcpy(buf, odi->systemid, odi->systemid_len); in systemid_show()
73 return odi->systemid_len; in systemid_show()
Dsuper.c526 odi->systemid_len = le32_to_cpu(dt_dev->systemid_len); in exofs_devs_2_odi()
527 if (likely(odi->systemid_len)) in exofs_devs_2_odi()
546 return !(odi->systemid_len || odi->osdname_len); in exofs_devs_2_odi()
724 struct osd_dev_info odi = {.systemid_len = 0}; in exofs_fill_super()
Dcommon.h135 __le32 systemid_len; member
/Linux-v4.19/include/scsi/
Dosd_initiator.h60 unsigned systemid_len; member