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:svc_export_cache
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
export.c
923
struct cache_detail *cd = nn->
svc_export_cache
;
in exp_rootfh()
1022
struct cache_detail *cd = nn->
svc_export_cache
;
in rqst_exp_get_by_name()
1053
struct cache_detail *cd = nn->
svc_export_cache
;
in rqst_exp_find()
1274
nn->
svc_export_cache
= cache_create_net(&svc_export_cache_template, net);
in nfsd_export_init()
1275
if (IS_ERR(nn->
svc_export_cache
))
in nfsd_export_init()
1276
return PTR_ERR(nn->
svc_export_cache
);
in nfsd_export_init()
1277
rv = cache_register_net(nn->
svc_export_cache
, net);
in nfsd_export_init()
1294
cache_unregister_net(nn->
svc_export_cache
, net);
in nfsd_export_init()
1296
cache_destroy_net(nn->
svc_export_cache
, net);
in nfsd_export_init()
1309
cache_purge(nn->
svc_export_cache
);
in nfsd_export_flush()
[all...]
H
A
D
netns.h
36
struct cache_detail *
svc_export_cache
;
member
H
A
D
nfsctl.c
151
seq->private = nn->
svc_export_cache
;
in exports_net_open()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
export.c
1007
struct cache_detail *cd = nn->
svc_export_cache
;
in exp_rootfh()
1124
struct cache_detail *cd = nn->
svc_export_cache
;
in rqst_exp_get_by_name()
1155
struct cache_detail *cd = nn->
svc_export_cache
;
in rqst_exp_find()
1380
nn->
svc_export_cache
= cache_create_net(&svc_export_cache_template, net);
in nfsd_export_init()
1381
if (IS_ERR(nn->
svc_export_cache
))
in nfsd_export_init()
1382
return PTR_ERR(nn->
svc_export_cache
);
in nfsd_export_init()
1383
rv = cache_register_net(nn->
svc_export_cache
, net);
in nfsd_export_init()
1400
cache_unregister_net(nn->
svc_export_cache
, net);
in nfsd_export_init()
1402
cache_destroy_net(nn->
svc_export_cache
, net);
in nfsd_export_init()
1415
cache_purge(nn->
svc_export_cache
);
in nfsd_export_flush()
[all...]
H
A
D
netns.h
47
struct cache_detail *
svc_export_cache
;
member
H
A
D
nfsctl.c
153
seq->private = nn->
svc_export_cache
;
in exports_net_open()
Completed in 8 milliseconds