Home
last modified time | relevance | path

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

/linux-4.4.14/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.c192 odi->systemid_len = len; in _osd_get_print_system_info()
/linux-4.4.14/fs/nfs/objlayout/
Dobjio_osd.c106 odi.systemid_len = deviceaddr->oda_systemid.len; in objio_alloc_deviceid_node()
107 if (odi.systemid_len > sizeof(odi.systemid)) { in objio_alloc_deviceid_node()
112 } else if (odi.systemid_len) in objio_alloc_deviceid_node()
114 odi.systemid_len); in objio_alloc_deviceid_node()
118 if (!odi.osdname_len && !odi.systemid_len) { in objio_alloc_deviceid_node()
/linux-4.4.14/fs/exofs/
Dsys.c72 memcpy(buf, odi->systemid, odi->systemid_len); in systemid_show()
73 return odi->systemid_len; in systemid_show()
Dsuper.c523 odi->systemid_len = le32_to_cpu(dt_dev->systemid_len); in exofs_devs_2_odi()
524 if (likely(odi->systemid_len)) in exofs_devs_2_odi()
543 return !(odi->systemid_len || odi->osdname_len); in exofs_devs_2_odi()
722 struct osd_dev_info odi = {.systemid_len = 0}; in exofs_fill_super()
Dcommon.h135 __le32 systemid_len; member
/linux-4.4.14/include/scsi/
Dosd_initiator.h60 unsigned systemid_len; member