Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ex_flavors
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
auth.c
11
struct exp_flavor_info *end = exp->
ex_flavors
+ exp->ex_nflavors;
in nfsexp_flags()
13
for (f = exp->
ex_flavors
; f < end; f++) {
in nfsexp_flags()
H
A
D
export.c
491
for (f = exp->
ex_flavors
; f < exp->
ex_flavors
+ listsize; f++) {
in secinfo_parse()
770
new->
ex_flavors
[i] = item->
ex_flavors
[i];
in export_update()
979
struct exp_flavor_info *end = exp->
ex_flavors
+ exp->ex_nflavors;
in check_nfsd_access()
985
for (f = exp->
ex_flavors
; f < end; f++) {
in check_nfsd_access()
1191
struct exp_flavor_info *end = exp->
ex_flavors
+ exp->ex_nflavors;
in show_secinfo()
1196
f = exp->
ex_flavors
;
in show_secinfo()
H
A
D
export.h
60
struct exp_flavor_info
ex_flavors
[MAX_SECINFO_LIST];
member
H
A
D
nfs4xdr.c
4076
flavs = exp->
ex_flavors
;
in nfsd4_do_encode_secinfo()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
auth.c
11
struct exp_flavor_info *end = exp->
ex_flavors
+ exp->ex_nflavors;
in nfsexp_flags()
13
for (f = exp->
ex_flavors
; f < end; f++) {
in nfsexp_flags()
H
A
D
export.c
520
for (f = exp->
ex_flavors
; f < exp->
ex_flavors
+ listsize; f++) {
in secinfo_parse()
848
new->
ex_flavors
[i] = item->
ex_flavors
[i];
in export_update()
1062
struct exp_flavor_info *f, *end = exp->
ex_flavors
+ exp->ex_nflavors;
in check_nfsd_access()
1086
for (f = exp->
ex_flavors
; f < end; f++) {
in check_nfsd_access()
1293
struct exp_flavor_info *end = exp->
ex_flavors
+ exp->ex_nflavors;
in show_secinfo()
1298
f = exp->
ex_flavors
;
in show_secinfo()
H
A
D
export.h
74
struct exp_flavor_info
ex_flavors
[MAX_SECINFO_LIST];
member
H
A
D
nfs4xdr.c
4350
flavs = exp->
ex_flavors
;
in nfsd4_do_encode_secinfo()
Completed in 17 milliseconds