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:auxlen
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/fs/cachefiles/
H
A
D
interface.c
30
unsigned keylen,
auxlen
;
in cachefiles_alloc_object()
local
83
auxlen
= cookie->aux_len;
in cachefiles_alloc_object()
84
if (
auxlen
) {
in cachefiles_alloc_object()
85
if (
auxlen
<= sizeof(cookie->inline_aux))
in cachefiles_alloc_object()
89
memcpy(auxdata->data, p,
auxlen
);
in cachefiles_alloc_object()
92
auxdata->len =
auxlen
+ 1;
in cachefiles_alloc_object()
212
unsigned
auxlen
;
in cachefiles_update_object()
local
226
auxlen
= cookie->aux_len;
in cachefiles_update_object()
228
if (!
auxlen
) {
in cachefiles_update_object()
234
auxdata = kmalloc(2 +
auxlen
in cachefiles_update_object()
[all...]
/kernel/linux/linux-5.10/fs/fscache/
H
A
D
object-list.c
250
uint16_t keylen = 0,
auxlen
= 0;
in fscache_objlist_show()
local
276
auxlen
= cookie->aux_len;
in fscache_objlist_show()
278
if (keylen > 0 ||
auxlen
> 0) {
in fscache_objlist_show()
284
if (
auxlen
> 0) {
in fscache_objlist_show()
287
p =
auxlen
<= sizeof(cookie->inline_aux) ?
in fscache_objlist_show()
289
for (;
auxlen
> 0;
auxlen
--)
in fscache_objlist_show()
/kernel/linux/linux-6.6/fs/fscache/
H
A
D
cookie.c
1110
unsigned int keylen = 0,
auxlen
= 0;
in fscache_cookies_seq_show()
local
1134
auxlen
= cookie->aux_len;
in fscache_cookies_seq_show()
1136
if (keylen > 0 ||
auxlen
> 0) {
in fscache_cookies_seq_show()
1142
if (
auxlen
> 0) {
in fscache_cookies_seq_show()
1144
p =
auxlen
<= sizeof(cookie->inline_aux) ?
in fscache_cookies_seq_show()
1146
for (;
auxlen
> 0;
auxlen
--)
in fscache_cookies_seq_show()
Completed in 3 milliseconds