to_t10_wwn
return sprintf(page, "%s\n", &to_t10_wwn(item)->vendor[0]);
struct t10_wwn *t10_wwn = to_t10_wwn(item);
return sprintf(page, "%s\n", &to_t10_wwn(item)->model[0]);
struct t10_wwn *t10_wwn = to_t10_wwn(item);
return sprintf(page, "%s\n", &to_t10_wwn(item)->revision[0]);
struct t10_wwn *t10_wwn = to_t10_wwn(item);
to_t10_wwn(item)->company_id);
struct t10_wwn *t10_wwn = to_t10_wwn(item);
&to_t10_wwn(item)->unit_serial[0]);
struct t10_wwn *t10_wwn = to_t10_wwn(item);
struct t10_wwn *t10_wwn = to_t10_wwn(item);
return sysfs_emit(page, "%s\n", &to_t10_wwn(item)->pd_text_id_info[0]);
struct t10_wwn *t10_wwn = to_t10_wwn(item);
struct t10_wwn *t10_wwn = to_t10_wwn(item); \