Searched refs:DRBD_GENLA_F_MANDATORY (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | drbd_genl.h | 90 __str_field(1, DRBD_GENLA_F_MANDATORY, info_text, 0) 99 __u32_field(1, DRBD_GENLA_F_MANDATORY, ctx_volume) 190 __flg_field(3, DRBD_GENLA_F_MANDATORY, no_resync) 198 __u32_field(1, DRBD_GENLA_F_MANDATORY, sib_reason) 200 __u64_field(3, DRBD_GENLA_F_MANDATORY, capacity) 201 __u64_field(4, DRBD_GENLA_F_MANDATORY, ed_uuid) 208 __u32_field(5, DRBD_GENLA_F_MANDATORY, prev_state) 209 __u32_field(6, DRBD_GENLA_F_MANDATORY, new_state) 215 __u64_field(10, DRBD_GENLA_F_MANDATORY, bits_oos) 241 __flg_field(1, DRBD_GENLA_F_MANDATORY, clear_bm) [all …]
|
H A D | genl_magic_struct.h | 36 #define DRBD_GENLA_F_MANDATORY (1 << 14) macro 55 #define __nla_type(x) ((__u16)((x) & NLA_TYPE_MASK & ~DRBD_GENLA_F_MANDATORY)) 161 T_ ## name = (__u16)(attr_nr | ((attr_flag) & DRBD_GENLA_F_MANDATORY)), 166 T_ ## name = (__u16)(attr_nr | ((attr_flag) & DRBD_GENLA_F_MANDATORY)),
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_nla.c | 22 if (nla->nla_type & DRBD_GENLA_F_MANDATORY) { in drbd_nla_check_mandatory() 23 nla->nla_type &= ~DRBD_GENLA_F_MANDATORY; in drbd_nla_check_mandatory()
|