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_iloc
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
erofs.h
74
__entry->blkaddr = erofs_blknr(inode->i_sb,
erofs_iloc
(inode));
75
__entry->ofs = erofs_blkoff(inode->i_sb,
erofs_iloc
(inode));
/kernel/linux/linux-6.6/fs/erofs/
H
A
D
data.c
103
map->m_pa =
erofs_iloc
(inode) + vi->inode_isize +
in erofs_map_blocks_flatmode()
156
pos = ALIGN(
erofs_iloc
(inode) + vi->inode_isize +
in erofs_map_blocks()
H
A
D
zmap.c
30
const erofs_off_t pos = Z_EROFS_FULL_INDEX_ALIGN(
erofs_iloc
(inode) +
in z_erofs_load_full_lcluster()
231
ALIGN(
erofs_iloc
(inode) + vi->inode_isize + vi->xattr_isize, 8);
in z_erofs_load_compact_lcluster()
602
pos = ALIGN(
erofs_iloc
(inode) + vi->inode_isize + vi->xattr_isize, 8);
in z_erofs_fill_inode_lazy()
H
A
D
xattr.c
81
it.pos =
erofs_iloc
(inode) + vi->inode_isize;
in erofs_init_inode_xattrs()
336
it->pos =
erofs_iloc
(inode) + vi->inode_isize + xattr_header_sz;
in erofs_xattr_iter_inline()
H
A
D
internal.h
307
static inline erofs_off_t
erofs_iloc
(struct inode *inode)
in erofs_iloc()
function
H
A
D
inode.c
17
const erofs_off_t inode_loc =
erofs_iloc
(inode);
in erofs_read_inode()
Completed in 5 milliseconds