Home
last modified time | relevance | path

Searched refs:DRBD_GENLA_F_MANDATORY (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/
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_rate, DRBD_RESYNC_RATE_DEF)
[all …]
Dgenl_magic_struct.h38 #define DRBD_GENLA_F_MANDATORY (1 << 14) macro
57 #define __nla_type(x) ((__u16)((x) & NLA_TYPE_MASK & ~DRBD_GENLA_F_MANDATORY))
163 T_ ## name = (__u16)(attr_nr | ((attr_flag) & DRBD_GENLA_F_MANDATORY)),
168 T_ ## name = (__u16)(attr_nr | ((attr_flag) & DRBD_GENLA_F_MANDATORY)),