Searched refs:__str_field_def (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/include/linux/ |
D | drbd_genl.h | 141 __str_field_def(1, DRBD_GENLA_F_MANDATORY, cpu_mask, DRBD_CPU_MASK_SIZE) 146 __str_field_def(1, DRBD_GENLA_F_MANDATORY | DRBD_F_SENSITIVE, 148 __str_field_def(2, DRBD_GENLA_F_MANDATORY, cram_hmac_alg, SHARED_SECRET_MAX) 149 __str_field_def(3, DRBD_GENLA_F_MANDATORY, integrity_alg, SHARED_SECRET_MAX) 150 __str_field_def(4, DRBD_GENLA_F_MANDATORY, verify_alg, SHARED_SECRET_MAX) 151 __str_field_def(5, DRBD_GENLA_F_MANDATORY, csums_alg, SHARED_SECRET_MAX)
|
D | genl_magic_func.h | 391 #undef __str_field_def 392 #define __str_field_def(attr_nr, attr_flag, name, maxlen) \ macro
|
D | genl_magic_struct.h | 104 #define __str_field_def(attr_nr, attr_flag, name, maxlen) \ macro
|