Searched refs:systemid_len (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/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 | 190 odi->systemid_len = len; in _osd_get_print_system_info()
|
/Linux-v4.19/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 | 526 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()
|
D | common.h | 135 __le32 systemid_len; member
|
/Linux-v4.19/include/scsi/ |
D | osd_initiator.h | 60 unsigned systemid_len; member
|