Searched refs:__str_field_def (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/include/linux/ |
D | drbd_genl.h | 138 __str_field_def(1, DRBD_GENLA_F_MANDATORY, cpu_mask, DRBD_CPU_MASK_SIZE) 143 __str_field_def(1, DRBD_GENLA_F_MANDATORY | DRBD_F_SENSITIVE, 145 __str_field_def(2, DRBD_GENLA_F_MANDATORY, cram_hmac_alg, SHARED_SECRET_MAX) 146 __str_field_def(3, DRBD_GENLA_F_MANDATORY, integrity_alg, SHARED_SECRET_MAX) 147 __str_field_def(4, DRBD_GENLA_F_MANDATORY, verify_alg, SHARED_SECRET_MAX) 148 __str_field_def(5, DRBD_GENLA_F_MANDATORY, csums_alg, SHARED_SECRET_MAX)
|
D | genl_magic_func.h | 396 #undef __str_field_def 397 #define __str_field_def(attr_nr, attr_flag, name, maxlen) \ macro
|
D | genl_magic_struct.h | 98 #define __str_field_def(attr_nr, attr_flag, name, maxlen) \ macro
|