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:de_rec_len
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/fs/gfs2/
H
A
D
dir.c
15
* actually required for the name (no null terminator). The field
de_rec_len
17
* dirent in the block is (dirent + dirent->
de_rec_len
). When a dirent is
19
* prev->
de_rec_len
+= deleted->
de_rec_len
. Since the next dirent is obtained
20
* by adding
de_rec_len
to the current dirent, this essentially causes the
26
* first dirent has (de_ino == 0) and
de_rec_len
is large enough, this first
436
const char *end = (const char *)dent + be16_to_cpu(dent->
de_rec_len
);
in gfs2_dirent_last()
450
unsigned totlen = be16_to_cpu(dent->
de_rec_len
);
in gfs2_dirent_find_offset()
469
unsigned totlen = be16_to_cpu(dent->
de_rec_len
);
in gfs2_dirent_find_space()
572
size = be16_to_cpu(dent->
de_rec_len
);
in gfs2_dirent_scan()
[all...]
H
A
D
dir.h
72
dent->
de_rec_len
= cpu_to_be16(reclen);
in gfs2_qstr2dirent()
/kernel/linux/linux-6.6/fs/gfs2/
H
A
D
dir.c
15
* actually required for the name (no null terminator). The field
de_rec_len
17
* dirent in the block is (dirent + dirent->
de_rec_len
). When a dirent is
19
* prev->
de_rec_len
+= deleted->
de_rec_len
. Since the next dirent is obtained
20
* by adding
de_rec_len
to the current dirent, this essentially causes the
26
* first dirent has (de_ino == 0) and
de_rec_len
is large enough, this first
435
const char *end = (const char *)dent + be16_to_cpu(dent->
de_rec_len
);
in gfs2_dirent_last()
449
unsigned totlen = be16_to_cpu(dent->
de_rec_len
);
in gfs2_dirent_find_offset()
468
unsigned totlen = be16_to_cpu(dent->
de_rec_len
);
in gfs2_dirent_find_space()
571
size = be16_to_cpu(dent->
de_rec_len
);
in gfs2_dirent_scan()
[all...]
H
A
D
dir.h
72
dent->
de_rec_len
= cpu_to_be16(reclen);
in gfs2_qstr2dirent()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
gfs2_ondisk.h
322
__be16
de_rec_len
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
gfs2_ondisk.h
322
__be16
de_rec_len
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
gfs2_ondisk.h
228
__be16
de_rec_len
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
gfs2_ondisk.h
228
__be16
de_rec_len
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
gfs2_ondisk.h
214
__be16
de_rec_len
;
member
Completed in 10 milliseconds