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:erofs_dirent
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/erofs/
H
A
D
dir.c
28
struct
erofs_dirent
*de = dentry_blk + *ofs;
in erofs_fill_dentries()
29
const struct
erofs_dirent
*end = dentry_blk + nameoff;
in erofs_fill_dentries()
62
*ofs += sizeof(struct
erofs_dirent
);
in erofs_fill_dentries()
80
struct
erofs_dirent
*de;
in erofs_readdir()
95
de = (struct
erofs_dirent
*)kmap(dentry_page);
in erofs_readdir()
99
if (nameoff < sizeof(struct
erofs_dirent
) ||
in erofs_readdir()
115
ofs = roundup(ofs, sizeof(struct
erofs_dirent
));
in erofs_readdir()
H
A
D
namei.c
46
static struct
erofs_dirent
*find_target_dirent(struct erofs_qstr *name,
in find_target_dirent()
53
struct
erofs_dirent
*const de = (struct
erofs_dirent
*)data;
in find_target_dirent()
108
struct
erofs_dirent
*de = kmap_atomic(page);
in find_target_block_classic()
175
struct
erofs_dirent
*de;
in erofs_namei()
195
de = (struct
erofs_dirent
*)data;
in erofs_namei()
H
A
D
erofs_fs.h
288
struct
erofs_dirent
{
struct
313
BUILD_BUG_ON(sizeof(struct
erofs_dirent
) != 12);
in erofs_check_ondisk_layout_definitions()
/kernel/linux/linux-6.6/fs/erofs/
H
A
D
dir.c
10
void *dentry_blk, struct
erofs_dirent
*de,
in erofs_fill_dentries()
13
const struct
erofs_dirent
*end = dentry_blk + nameoff;
in erofs_fill_dentries()
44
ctx->pos += sizeof(struct
erofs_dirent
);
in erofs_fill_dentries()
63
struct
erofs_dirent
*de;
in erofs_readdir()
75
if (nameoff < sizeof(struct
erofs_dirent
) || nameoff >= bsz) {
in erofs_readdir()
88
ofs = roundup(ofs, sizeof(struct
erofs_dirent
));
in erofs_readdir()
H
A
D
namei.c
45
static struct
erofs_dirent
*find_target_dirent(struct erofs_qstr *name,
in find_target_dirent()
52
struct
erofs_dirent
*const de = (struct
erofs_dirent
*)data;
in find_target_dirent()
100
struct
erofs_dirent
*de;
in erofs_find_target_block()
166
struct
erofs_dirent
*de;
in erofs_namei()
H
A
D
erofs_fs.h
276
struct
erofs_dirent
{
struct
448
BUILD_BUG_ON(sizeof(struct
erofs_dirent
) != 12);
in erofs_check_ondisk_layout_definitions()
Completed in 4 milliseconds