| /include/linux/ |
| D | fs_parser.h | 109 #define __fsparam(TYPE, NAME, OPT, FLAGS, DATA) \ argument 111 .name = NAME, \ 118 #define fsparam_flag(NAME, OPT) __fsparam(NULL, NAME, OPT, 0, NULL) argument 119 #define fsparam_flag_no(NAME, OPT) \ argument 120 __fsparam(NULL, NAME, OPT, fs_param_neg_with_no, NULL) 121 #define fsparam_bool(NAME, OPT) __fsparam(fs_param_is_bool, NAME, OPT, 0, NULL) argument 122 #define fsparam_u32(NAME, OPT) __fsparam(fs_param_is_u32, NAME, OPT, 0, NULL) argument 123 #define fsparam_u32oct(NAME, OPT) \ argument 124 __fsparam(fs_param_is_u32, NAME, OPT, 0, (void *)8) 125 #define fsparam_u32hex(NAME, OPT) \ argument [all …]
|
| D | stddef.h | 47 #define struct_group(NAME, MEMBERS...) \ argument 48 __struct_group(/* no tag */, NAME, /* no attrs */, MEMBERS) 63 #define struct_group_attr(NAME, ATTRS, MEMBERS...) \ argument 64 __struct_group(/* no tag */, NAME, ATTRS, MEMBERS) 80 #define struct_group_tagged(TAG, NAME, MEMBERS...) \ argument 81 __struct_group(TAG, NAME, /* no attrs */, MEMBERS) 93 #define DECLARE_FLEX_ARRAY(TYPE, NAME) \ argument 94 __DECLARE_FLEX_ARRAY(TYPE, NAME)
|
| D | lsm_hooks.h | 39 #define LSM_HOOK(RET, DEFAULT, NAME, ...) RET (*NAME)(__VA_ARGS__); argument 68 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument 69 struct lsm_static_call NAME[MAX_LSM_COUNT]; 133 #define LSM_HOOK_INIT(NAME, HOOK) \ argument 135 .scalls = static_calls_table.NAME, \ 136 .hook = { .NAME = HOOK } \
|
| D | bpf_lsm.h | 17 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument 18 RET bpf_lsm_##NAME(__VA_ARGS__);
|
| D | seq_buf.h | 27 #define DECLARE_SEQ_BUF(NAME, SIZE) \ argument 28 struct seq_buf NAME = { \
|
| D | overflow.h | 453 #define DEFINE_FLEX(TYPE, NAME, MEMBER, COUNTER, COUNT) \ argument 454 _DEFINE_FLEX(TYPE, NAME, MEMBER, COUNT, = { .COUNTER = COUNT, })
|
| D | fsnotify_backend.h | 439 #define FSNOTIFY_ITER_FUNCS(name, NAME) \ argument 443 return fsnotify_iter_mark(iter_info, FSNOTIFY_ITER_TYPE_##NAME); \
|
| D | fs.h | 2586 #define MODULE_ALIAS_FS(NAME) MODULE_ALIAS("fs-" NAME) argument
|
| /include/uapi/linux/ |
| D | stddef.h | 33 #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \ argument 36 struct __struct_group_tag(TAG) { MEMBERS } ATTRS NAME; \ 54 #define __DECLARE_FLEX_ARRAY(TYPE, NAME) \ argument 56 struct { } __empty_ ## NAME; \ 57 TYPE NAME[]; \
|
| /include/acpi/platform/ |
| D | acgcc.h | 69 #define ACPI_FLEX_ARRAY(TYPE, NAME) \ argument 71 struct { } __Empty_ ## NAME; \ 72 TYPE NAME[]; \
|
| /include/acpi/ |
| D | actypes.h | 1327 #define ACPI_FLEX_ARRAY(TYPE, NAME) TYPE NAME[0] argument
|
| /include/media/ |
| D | v4l2-subdev.h | 1345 #define __v4l2_subdev_state_gen_call(NAME, _1, ARG, ...) \ argument 1346 __v4l2_subdev_state_get_ ## NAME ## ARG
|