/include/linux/ |
D | fs_parser.h | 107 #define __fsparam(TYPE, NAME, OPT, FLAGS, DATA) \ argument 109 .name = NAME, \ 116 #define fsparam_flag(NAME, OPT) __fsparam(NULL, NAME, OPT, 0, NULL) argument 117 #define fsparam_flag_no(NAME, OPT) \ argument 118 __fsparam(NULL, NAME, OPT, fs_param_neg_with_no, NULL) 119 #define fsparam_bool(NAME, OPT) __fsparam(fs_param_is_bool, NAME, OPT, 0, NULL) argument 120 #define fsparam_u32(NAME, OPT) __fsparam(fs_param_is_u32, NAME, OPT, 0, NULL) argument 121 #define fsparam_u32oct(NAME, OPT) \ argument 122 __fsparam(fs_param_is_u32, NAME, OPT, 0, (void *)8) 123 #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 | 34 #define LSM_HOOK(RET, DEFAULT, NAME, ...) RET (*NAME)(__VA_ARGS__); argument 40 #define LSM_HOOK(RET, DEFAULT, NAME, ...) struct hlist_head NAME; argument
|
D | bpf_lsm.h | 16 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument 17 RET bpf_lsm_##NAME(__VA_ARGS__);
|
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 | 2391 #define MODULE_ALIAS_FS(NAME) MODULE_ALIAS("fs-" NAME) argument
|
/include/uapi/linux/ |
D | stddef.h | 26 #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \ argument 29 struct TAG { MEMBERS } ATTRS NAME; \ 47 #define __DECLARE_FLEX_ARRAY(TYPE, NAME) \ argument 49 struct { } __empty_ ## NAME; \ 50 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 | 1326 #define ACPI_FLEX_ARRAY(TYPE, NAME) TYPE NAME[0] argument
|