Searched refs:__str_field (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | drbd_genl.h | 90 __str_field(1, DRBD_GENLA_F_MANDATORY, info_text, 0) 100 __str_field(2, DRBD_GENLA_F_MANDATORY, ctx_resource_name, 128) 106 __str_field(1, DRBD_F_REQUIRED | DRBD_F_INVARIANT, backing_dev, 128) 107 __str_field(2, DRBD_F_REQUIRED | DRBD_F_INVARIANT, meta_dev, 128) 221 __str_field(13, DRBD_GENLA_F_MANDATORY, helper, 32) 322 __str_field(1, DRBD_GENLA_F_MANDATORY, helper_name, 32)
|
H A D | genl_magic_struct.h | 88 #define __str_field(attr_nr, attr_flag, name, maxlen) \ macro 103 __str_field(attr_nr, attr_flag, name, maxlen)
|