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:cache_resources
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/fs/netfs/
H
A
D
objects.c
82
if (rreq->
cache_resources
.ops)
in netfs_free_request()
83
rreq->
cache_resources
.ops->end_operation(&rreq->
cache_resources
);
in netfs_free_request()
H
A
D
io.c
48
struct netfs_cache_resources *cres = &rreq->
cache_resources
;
in netfs_read_from_cache()
171
struct netfs_cache_resources *cres = &rreq->
cache_resources
;
in netfs_rreq_do_write_to_cache()
490
struct netfs_cache_resources *cres = &rreq->
cache_resources
;
in netfs_cache_prepare_read()
H
A
D
buffered_read.c
110
struct netfs_cache_resources *cres = &rreq->
cache_resources
;
in netfs_cache_expand_readahead()
/kernel/linux/linux-6.6/fs/fscache/
H
A
D
io.c
202
struct netfs_cache_resources
cache_resources
;
member
244
fscache_end_operation(&wreq->
cache_resources
);
in fscache_wreq_done()
275
cres = &wreq->
cache_resources
;
in __fscache_write_to_cache()
/kernel/linux/linux-6.6/fs/erofs/
H
A
D
fscache.c
30
struct netfs_cache_resources
cache_resources
;
member
99
if (req->
cache_resources
.ops)
in erofs_fscache_req_put()
100
req->
cache_resources
.ops->end_operation(&req->
cache_resources
);
in erofs_fscache_req_put()
133
struct netfs_cache_resources *cres = &req->
cache_resources
;
in erofs_fscache_read_folios_async()
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
cache.h
64
return fscache_begin_read_operation(&rreq->
cache_resources
, cookie);
in ceph_begin_cache_operation()
/kernel/linux/linux-6.6/include/linux/
H
A
D
netfs.h
181
struct netfs_cache_resources
cache_resources
;
member
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
fscache.c
279
return fscache_begin_read_operation(&rreq->
cache_resources
,
in nfs_netfs_begin_cache_operation()
/kernel/linux/linux-6.6/fs/9p/
H
A
D
vfs_addr.c
94
return fscache_begin_read_operation(&rreq->
cache_resources
, cookie);
in v9fs_begin_cache_operation()
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
netfs.h
145
__entry->cookie = rreq->
cache_resources
.debug_id;
/kernel/linux/linux-6.6/fs/cachefiles/
H
A
D
io.c
499
return cachefiles_do_prepare_read(&subreq->rreq->
cache_resources
,
in cachefiles_prepare_read()
/kernel/linux/linux-6.6/fs/afs/
H
A
D
file.c
374
return fscache_begin_read_operation(&rreq->
cache_resources
,
in afs_begin_cache_operation()
Completed in 8 milliseconds