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_xattr
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/fs/cachefiles/
H
A
D
xattr.c
100
struct
cachefiles_xattr
*auxdata)
in cachefiles_set_object_xattr()
129
struct
cachefiles_xattr
*auxdata)
in cachefiles_update_object_xattr()
160
struct
cachefiles_xattr
*auxbuf;
in cachefiles_check_auxdata()
170
auxbuf = kmalloc(sizeof(struct
cachefiles_xattr
) + 512, GFP_KERNEL);
in cachefiles_check_auxdata()
198
struct
cachefiles_xattr
*auxdata)
in cachefiles_check_object_xattr()
200
struct
cachefiles_xattr
*auxbuf;
in cachefiles_check_object_xattr()
209
auxbuf = kmalloc(sizeof(struct
cachefiles_xattr
) + 512, cachefiles_gfp);
in cachefiles_check_object_xattr()
H
A
D
internal.h
117
struct
cachefiles_xattr
{
struct
169
struct
cachefiles_xattr
*auxdata);
245
struct
cachefiles_xattr
*auxdata);
247
struct
cachefiles_xattr
*auxdata);
250
struct
cachefiles_xattr
*auxdata);
H
A
D
interface.c
13
struct
cachefiles_xattr
*auxdata; /* auxiliary data */
29
struct
cachefiles_xattr
*auxdata;
in cachefiles_alloc_object()
207
struct
cachefiles_xattr
*auxdata;
in cachefiles_update_object()
H
A
D
namei.c
485
struct
cachefiles_xattr
*auxdata)
in cachefiles_walk_to_object()
/kernel/linux/linux-6.6/fs/cachefiles/
H
A
D
xattr.c
20
struct
cachefiles_xattr
{
struct
41
struct
cachefiles_xattr
*buf;
in cachefiles_set_object_xattr()
53
buf = kmalloc(sizeof(struct
cachefiles_xattr
) + len, GFP_KERNEL);
in cachefiles_set_object_xattr()
69
buf, sizeof(struct
cachefiles_xattr
) + len, 0);
in cachefiles_set_object_xattr()
96
struct
cachefiles_xattr
*buf;
in cachefiles_check_auxdata()
104
tlen = sizeof(struct
cachefiles_xattr
) + len;
in cachefiles_check_auxdata()
Completed in 4 milliseconds