Searched refs:systemid_len (Results 1 – 4 of 4) sorted by relevance
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()
72 memcpy(buf, odi->systemid, odi->systemid_len); in systemid_show()73 return odi->systemid_len; in systemid_show()
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()
135 __le32 systemid_len; member