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:cachefiles_volume
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/fs/cachefiles/
H
A
D
volume.c
19
struct
cachefiles_volume
*volume;
in cachefiles_acquire_volume()
30
volume = kzalloc(sizeof(struct
cachefiles_volume
), GFP_KERNEL);
in cachefiles_acquire_volume()
108
static void __cachefiles_free_volume(struct
cachefiles_volume
*volume)
in __cachefiles_free_volume()
124
struct
cachefiles_volume
*volume = vcookie->cache_priv;
in cachefiles_free_volume()
134
void cachefiles_withdraw_volume(struct
cachefiles_volume
*volume)
in cachefiles_withdraw_volume()
H
A
D
internal.h
39
struct
cachefiles_volume
{
struct
52
struct
cachefiles_volume
*volume; /* Cache volume that holds this object */
347
void cachefiles_withdraw_volume(struct
cachefiles_volume
*volume);
359
extern bool cachefiles_set_volume_xattr(struct
cachefiles_volume
*volume);
360
extern int cachefiles_check_volume_xattr(struct
cachefiles_volume
*volume);
H
A
D
xattr.c
191
bool cachefiles_set_volume_xattr(struct
cachefiles_volume
*volume)
in cachefiles_set_volume_xattr()
233
int cachefiles_check_volume_xattr(struct
cachefiles_volume
*volume)
in cachefiles_check_volume_xattr()
H
A
D
cache.c
322
struct
cachefiles_volume
*volume = NULL;
in cachefiles_withdraw_volumes()
327
struct
cachefiles_volume
, cache_link);
in cachefiles_withdraw_volumes()
H
A
D
namei.c
417
struct
cachefiles_volume
*volume = object->volume;
in cachefiles_delete_object()
440
struct
cachefiles_volume
*volume = object->volume;
in cachefiles_create_tmpfile()
623
struct
cachefiles_volume
*volume = object->volume;
in cachefiles_look_up_object()
673
struct
cachefiles_volume
*volume = object->volume;
in cachefiles_commit_tmpfile()
H
A
D
interface.c
25
struct
cachefiles_volume
*volume = vcookie->cache_priv;
in cachefiles_alloc_object()
418
struct
cachefiles_volume
*volume = object->volume;
in cachefiles_invalidate_cookie()
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
cachefiles.h
405
TP_PROTO(struct
cachefiles_volume
*volume,
Completed in 6 milliseconds