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:EXT4_NAME_LEN
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
dir.c
151
err = fscrypt_fname_alloc_buffer(
EXT4_NAME_LEN
, &fstr);
in ext4_readdir()
H
A
D
ext4.h
2181
#define
EXT4_NAME_LEN
255
macro
2185
#define EXT4_BASE_DIR_LEN (sizeof(struct ext4_dir_entry_2) -
EXT4_NAME_LEN
)
2191
char name[
EXT4_NAME_LEN
]; /* File name */
2205
char name[
EXT4_NAME_LEN
]; /* File name */
H
A
D
namei.c
1060
err = fscrypt_fname_alloc_buffer(
EXT4_NAME_LEN
,
in htree_dirblock_to_tree()
1374
cf_name->name = kmalloc(
EXT4_NAME_LEN
, GFP_NOFS);
in ext4_fname_setup_ci_filename()
1380
EXT4_NAME_LEN
);
in ext4_fname_setup_ci_filename()
1513
if (namelen >
EXT4_NAME_LEN
)
in __ext4_find_entry()
1737
if (dentry->d_name.len >
EXT4_NAME_LEN
)
in ext4_lookup()
H
A
D
super.c
1576
.max_namelen =
EXT4_NAME_LEN
,
6218
buf->f_namelen =
EXT4_NAME_LEN
;
in ext4_statfs()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
dir.c
165
err = fscrypt_fname_alloc_buffer(
EXT4_NAME_LEN
, &fstr);
in ext4_readdir()
H
A
D
ext4.h
2280
#define
EXT4_NAME_LEN
255
macro
2284
#define EXT4_BASE_DIR_LEN (sizeof(struct ext4_dir_entry_2) -
EXT4_NAME_LEN
)
2290
char name[
EXT4_NAME_LEN
]; /* File name */
2315
char name[
EXT4_NAME_LEN
]; /* File name */
H
A
D
namei.c
1099
err = fscrypt_fname_alloc_buffer(
EXT4_NAME_LEN
,
in htree_dirblock_to_tree()
1458
cf_name->name = kmalloc(
EXT4_NAME_LEN
, GFP_NOFS);
in ext4_fname_setup_ci_filename()
1464
EXT4_NAME_LEN
);
in ext4_fname_setup_ci_filename()
1611
if (namelen >
EXT4_NAME_LEN
)
in __ext4_find_entry()
1836
if (dentry->d_name.len >
EXT4_NAME_LEN
)
in ext4_lookup()
H
A
D
fast_commit.c
1995
return len >= 1 && len <=
EXT4_NAME_LEN
;
in ext4_fc_value_len_isvalid()
H
A
D
super.c
6833
buf->f_namelen =
EXT4_NAME_LEN
;
in ext4_statfs()
Completed in 47 milliseconds