Searched refs:systemid_len (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/scsi/osd/ |
D | osd_uld.c | 118 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()
|
D | osd_initiator.c | 192 odi->systemid_len = len; in _osd_get_print_system_info()
|
/linux-4.1.27/fs/nfs/objlayout/ |
D | objio_osd.c | 106 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.1.27/fs/exofs/ |
D | sys.c | 72 memcpy(buf, odi->systemid, odi->systemid_len); in systemid_show() 73 return odi->systemid_len; in systemid_show()
|
D | super.c | 523 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()
|
D | common.h | 135 __le32 systemid_len; member
|
/linux-4.1.27/include/scsi/ |
D | osd_initiator.h | 60 unsigned systemid_len; member
|