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:fsdef
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/fs/cachefiles/
H
A
D
bind.c
83
struct cachefiles_object *
fsdef
;
in cachefiles_daemon_add_cache()
local
102
fsdef
= kmem_cache_alloc(cachefiles_object_jar, GFP_KERNEL);
in cachefiles_daemon_add_cache()
103
if (!
fsdef
)
in cachefiles_daemon_add_cache()
106
ASSERTCMP(
fsdef
->backer, ==, NULL);
in cachefiles_daemon_add_cache()
108
atomic_set(&
fsdef
->usage, 1);
in cachefiles_daemon_add_cache()
109
fsdef
->type = FSCACHE_COOKIE_TYPE_INDEX;
in cachefiles_daemon_add_cache()
111
_debug("-
fsdef
%p",
fsdef
);
in cachefiles_daemon_add_cache()
195
fsdef
->dentry = cachedir;
in cachefiles_daemon_add_cache()
196
fsdef
in cachefiles_daemon_add_cache()
[all...]
H
A
D
interface.c
291
_object != cache->cache.
fsdef
in cachefiles_drop_object()
/kernel/linux/linux-5.10/fs/fscache/
H
A
D
Makefile
9
fsdef
.o \
H
A
D
cache.c
249
cache->
fsdef
= ifsdef;
in fscache_add_cache()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fscache-cache.h
70
struct fscache_object *
fsdef
; /* object for the
fsdef
index */
member
535
struct fscache_object *
fsdef
,
Completed in 4 milliseconds