Searched refs:OPT (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/linux/
H A Dfs_parser.h107 #define __fsparam(TYPE, NAME, OPT, FLAGS, DATA) \
110 .opt = OPT, \
116 #define fsparam_flag(NAME, OPT) __fsparam(NULL, NAME, OPT, 0, NULL)
117 #define fsparam_flag_no(NAME, OPT) \
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)
120 #define fsparam_u32(NAME, OPT) __fsparam(fs_param_is_u32, NAME, OPT,
[all...]
/linux-master/net/netfilter/
H A Dnf_conntrack_h323_types.c93 {FNAME("productId") OCTSTR, BYTE, 1, 0, SKIP | OPT, 0, NULL},
94 {FNAME("versionId") OCTSTR, BYTE, 1, 0, SKIP | OPT, 0, NULL},
98 {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0,
103 {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0,
105 {FNAME("dataRatesSupported") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
110 {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0,
112 {FNAME("dataRatesSupported") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
117 {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0,
119 {FNAME("dataRatesSupported") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
124 {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT,
[all...]
H A Dnf_conntrack_h323_asn1.c73 #define OPT 16 macro
550 if (son->attr & OPT) { /* Optional component */
/linux-master/scripts/
H A Dcoccicheck198 OPT=`grep "Options:" $COCCI | cut -d':' -f2`
209 # $SPATCH -D $MODE $FLAGS -parse_cocci $COCCI $OPT > /dev/null
216 echo "with option(s) \"$OPT\""
248 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || \
250 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || \
252 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || \
254 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || exit 1
257 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff && \
259 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || exit 1
261 run_cmd $SPATCH -D $MODE $FLAGS --cocci-file $COCCI $OPT
[all...]
/linux-master/samples/hid/
H A DMakefile63 OPT ?= opt macro
246 $(OPT) -O2 -mtriple=bpf-pc-linux | $(LLVM_DIS) | \
/linux-master/tools/testing/selftests/mm/
H A Drun_vmtests.sh88 while getopts "aht:n" OPT; do
89 case ${OPT} in
/linux-master/samples/bpf/
H A DMakefile203 OPT ?= opt macro
411 $(OPT) -O2 -mtriple=bpf-pc-linux | $(LLVM_DIS) | \
/linux-master/fs/overlayfs/
H A Dparams.c142 #define fsparam_string_empty(NAME, OPT) \
143 __fsparam(fs_param_is_string, NAME, OPT, fs_param_can_be_empty, NULL)
/linux-master/fs/ext4/
H A Dsuper.c1727 #define fsparam_string_empty(NAME, OPT) \
1728 __fsparam(fs_param_is_string, NAME, OPT, fs_param_can_be_empty, NULL)

Completed in 126 milliseconds