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:UBIFS_MAX_NLEN
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/
H
A
D
crypto.c
85
.max_namelen =
UBIFS_MAX_NLEN
,
H
A
D
ubifs-media.h
81
#define
UBIFS_MAX_NLEN
255
macro
288
#define UBIFS_MAX_DENT_NODE_SZ (UBIFS_DENT_NODE_SZ +
UBIFS_MAX_NLEN
+ 1)
H
A
D
xattr.c
279
if (fname_len(&nm) >
UBIFS_MAX_NLEN
)
in ubifs_xattr_set()
337
if (fname_len(&nm) >
UBIFS_MAX_NLEN
)
in ubifs_xattr_get()
606
if (fname_len(&nm) >
UBIFS_MAX_NLEN
)
in ubifs_xattr_remove()
H
A
D
replay.c
488
nlen >
UBIFS_MAX_NLEN
|| dent->name[nlen] != 0 ||
in ubifs_validate_entry()
H
A
D
dir.c
211
if (fname_len(&nm) >
UBIFS_MAX_NLEN
) {
in ubifs_lookup()
581
err = fscrypt_fname_alloc_buffer(
UBIFS_MAX_NLEN
, &fstr);
in ubifs_readdir()
H
A
D
super.c
430
buf->f_namelen =
UBIFS_MAX_NLEN
;
in ubifs_statfs()
H
A
D
debug.c
486
if (nlen >
UBIFS_MAX_NLEN
||
in ubifs_dump_node()
/kernel/linux/linux-6.6/fs/ubifs/
H
A
D
ubifs-media.h
81
#define
UBIFS_MAX_NLEN
255
macro
288
#define UBIFS_MAX_DENT_NODE_SZ (UBIFS_DENT_NODE_SZ +
UBIFS_MAX_NLEN
+ 1)
H
A
D
xattr.c
279
if (fname_len(&nm) >
UBIFS_MAX_NLEN
)
in ubifs_xattr_set()
337
if (fname_len(&nm) >
UBIFS_MAX_NLEN
)
in ubifs_xattr_get()
606
if (fname_len(&nm) >
UBIFS_MAX_NLEN
)
in ubifs_xattr_remove()
H
A
D
replay.c
488
nlen >
UBIFS_MAX_NLEN
|| dent->name[nlen] != 0 ||
in ubifs_validate_entry()
H
A
D
dir.c
214
if (fname_len(&nm) >
UBIFS_MAX_NLEN
) {
in ubifs_lookup()
579
err = fscrypt_fname_alloc_buffer(
UBIFS_MAX_NLEN
, &fstr);
in ubifs_readdir()
H
A
D
super.c
430
buf->f_namelen =
UBIFS_MAX_NLEN
;
in ubifs_statfs()
H
A
D
debug.c
486
if (nlen >
UBIFS_MAX_NLEN
||
in ubifs_dump_node()
Completed in 23 milliseconds