Searched refs:DRBD_GENLA_F_MANDATORY (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Ddrbd_genl.h90 __str_field(1, DRBD_GENLA_F_MANDATORY, info_text, 0)
99 __u32_field(1, DRBD_GENLA_F_MANDATORY, ctx_volume)
100 __str_field(2, DRBD_GENLA_F_MANDATORY, ctx_resource_name, 128)
101 __bin_field(3, DRBD_GENLA_F_MANDATORY, ctx_my_addr, 128)
102 __bin_field(4, DRBD_GENLA_F_MANDATORY, ctx_peer_addr, 128)
111 __u64_field(4, DRBD_GENLA_F_MANDATORY | DRBD_F_INVARIANT, disk_size)
114 __u32_field(5, DRBD_GENLA_F_MANDATORY | DRBD_F_INVARIANT, max_bio_bvecs)
116 __u32_field_def(6, DRBD_GENLA_F_MANDATORY, on_io_error, DRBD_ON_IO_ERROR_DEF)
117 __u32_field_def(7, DRBD_GENLA_F_MANDATORY, fencing, DRBD_FENCING_DEF)
119 __u32_field_def(8, DRBD_GENLA_F_MANDATORY, resync_rat
[all...]
H A Dgenl_magic_struct.h29 * @DRBD_GENLA_F_MANDATORY: By default, netlink ignores attributes it does not
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)),
/linux-master/drivers/block/drbd/
H A Ddrbd_nla.c15 * beyond maxtype, and does not understand the DRBD_GENLA_F_MANDATORY flag.
16 * In order to have it validate attributes with the DRBD_GENLA_F_MANDATORY
22 if (nla->nla_type & DRBD_GENLA_F_MANDATORY) {
23 nla->nla_type &= ~DRBD_GENLA_F_MANDATORY;
48 * If any nested attribute has the DRBD_GENLA_F_MANDATORY flag set and

Completed in 162 milliseconds