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:SQUASHFS_NAME_LEN
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/squashfs/
H
A
D
namei.c
76
index = kmalloc(sizeof(*index) +
SQUASHFS_NAME_LEN
* 2 + 2, GFP_KERNEL);
in get_dir_index_using_name()
82
str = &index->name[
SQUASHFS_NAME_LEN
+ 1];
in get_dir_index_using_name()
94
if (size >
SQUASHFS_NAME_LEN
)
in get_dir_index_using_name()
142
dire = kmalloc(sizeof(*dire) +
SQUASHFS_NAME_LEN
+ 1, GFP_KERNEL);
in squashfs_lookup()
148
if (len >
SQUASHFS_NAME_LEN
) {
in squashfs_lookup()
185
/* size should never be larger than
SQUASHFS_NAME_LEN
*/
in squashfs_lookup()
186
if (size >
SQUASHFS_NAME_LEN
)
in squashfs_lookup()
H
A
D
dir.c
74
/* size should never be larger than
SQUASHFS_NAME_LEN
*/
in get_dir_index_using_offset()
75
if (size >
SQUASHFS_NAME_LEN
)
in get_dir_index_using_offset()
109
dire = kmalloc(sizeof(*dire) +
SQUASHFS_NAME_LEN
+ 1, GFP_KERNEL);
in squashfs_readdir()
177
/* size should never be larger than
SQUASHFS_NAME_LEN
*/
in squashfs_readdir()
178
if (size >
SQUASHFS_NAME_LEN
)
in squashfs_readdir()
H
A
D
squashfs_fs.h
33
#define
SQUASHFS_NAME_LEN
256
macro
H
A
D
super.c
414
buf->f_namelen =
SQUASHFS_NAME_LEN
;
in squashfs_statfs()
/kernel/linux/linux-6.6/fs/squashfs/
H
A
D
namei.c
76
index = kmalloc(sizeof(*index) +
SQUASHFS_NAME_LEN
* 2 + 2, GFP_KERNEL);
in get_dir_index_using_name()
82
str = &index->name[
SQUASHFS_NAME_LEN
+ 1];
in get_dir_index_using_name()
94
if (size >
SQUASHFS_NAME_LEN
)
in get_dir_index_using_name()
142
dire = kmalloc(sizeof(*dire) +
SQUASHFS_NAME_LEN
+ 1, GFP_KERNEL);
in squashfs_lookup()
148
if (len >
SQUASHFS_NAME_LEN
) {
in squashfs_lookup()
185
/* size should never be larger than
SQUASHFS_NAME_LEN
*/
in squashfs_lookup()
186
if (size >
SQUASHFS_NAME_LEN
)
in squashfs_lookup()
H
A
D
dir.c
74
/* size should never be larger than
SQUASHFS_NAME_LEN
*/
in get_dir_index_using_offset()
75
if (size >
SQUASHFS_NAME_LEN
)
in get_dir_index_using_offset()
109
dire = kmalloc(sizeof(*dire) +
SQUASHFS_NAME_LEN
+ 1, GFP_KERNEL);
in squashfs_readdir()
177
/* size should never be larger than
SQUASHFS_NAME_LEN
*/
in squashfs_readdir()
178
if (size >
SQUASHFS_NAME_LEN
)
in squashfs_readdir()
H
A
D
squashfs_fs.h
33
#define
SQUASHFS_NAME_LEN
256
macro
H
A
D
super.c
576
buf->f_namelen =
SQUASHFS_NAME_LEN
;
in squashfs_statfs()
Completed in 5 milliseconds