Home
last modified time | relevance | path

Searched refs:OPT (Results 1 – 12 of 12) sorted by relevance

/linux-6.6.21/include/linux/
Dfs_parser.h107 #define __fsparam(TYPE, NAME, OPT, FLAGS, DATA) \ argument
110 .opt = OPT, \
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 …]
/linux-6.6.21/net/netfilter/
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, 0,
[all …]
Dnf_conntrack_h323_asn1.c73 #define OPT 16 macro
548 if (son->attr & OPT) { /* Optional component */ in decode_seq()
/linux-6.6.21/Documentation/filesystems/nfs/
Dnfs41-server.rst31 (OPT), and NFSv4.0 operations that are required not to implement (MNI)
51 | Implementation status | Operation | REQ,REC, OPT or NMI | Feature (REQ, REC or OPT) | …
67 | NS* | DELEGPURGE | OPT | FDELG (REQ) | …
69 | | DELEGRETURN | OPT | FDELG, | …
85 | I | GETDEVICEINFO | OPT | pNFS (REQ) | …
87 | NS* | GETDEVICELIST | OPT | pNFS (OPT) | …
91 | NS* | GET_DIR_DELEGATION | OPT | DDELG (REQ) | …
93 | I | LAYOUTCOMMIT | OPT | pNFS (REQ) | …
95 | I | LAYOUTGET | OPT | pNFS (REQ) | …
97 | I | LAYOUTRETURN | OPT | pNFS (REQ) | …
[all …]
/linux-6.6.21/scripts/
Dcoccicheck198 OPT=`grep "Options:" $COCCI | cut -d':' -f2`
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 $OPTIONS || exit 1
/linux-6.6.21/Documentation/admin-guide/laptops/
Dlaptop-mode.rst431 OPT="$1"
434 -e 's/,'"$OPT"'=[0-9]*,/,/g' \
443 OPT="$1"
446 -e 's/,'"$OPT"',/,/g' \
465 OPT="$2"
469 PARSEDOPTS1="$(parse_nonumber_mount_opts $OPT $L_OPTS)"
470 PARSEDOPTS1="$(parse_nonumber_mount_opts no$OPT $PARSEDOPTS1)"
473 if echo "$FSTAB_OPTS" | grep "$OPT" > /dev/null ; then
475 if echo "$FSTAB_OPTS" | grep "no$OPT" > /dev/null ; then
476 echo "$PARSEDOPTS1,no$OPT"
[all …]
/linux-6.6.21/tools/testing/selftests/mm/
Drun_vmtests.sh79 while getopts "aht:" OPT; do
80 case ${OPT} in
/linux-6.6.21/samples/hid/
DMakefile63 OPT ?= opt macro
246 $(OPT) -O2 -mtriple=bpf-pc-linux | $(LLVM_DIS) | \
/linux-6.6.21/Documentation/hwmon/
Dasus_wmi_sensors.rst55 * CPU OPT RPM,
/linux-6.6.21/samples/bpf/
DMakefile196 OPT ?= opt macro
400 $(OPT) -O2 -mtriple=bpf-pc-linux | $(LLVM_DIS) | \
/linux-6.6.21/fs/overlayfs/
Dparams.c140 #define fsparam_string_empty(NAME, OPT) \ argument
141 __fsparam(fs_param_is_string, NAME, OPT, fs_param_can_be_empty, NULL)
/linux-6.6.21/fs/ext4/
Dsuper.c1720 #define fsparam_string_empty(NAME, OPT) \ argument
1721 __fsparam(fs_param_is_string, NAME, OPT, fs_param_can_be_empty, NULL)