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:inode_isize
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/erofs/
H
A
D
inode.c
64
vi->
inode_isize
= sizeof(struct erofs_inode_extended);
in erofs_read_inode()
66
if (*ofs + vi->
inode_isize
<= PAGE_SIZE) {
in erofs_read_inode()
67
*ofs += vi->
inode_isize
;
in erofs_read_inode()
72
copied = kmalloc(vi->
inode_isize
, GFP_NOFS);
in erofs_read_inode()
88
*ofs = vi->
inode_isize
- gotten;
in erofs_read_inode()
130
vi->
inode_isize
= sizeof(struct erofs_inode_compact);
in erofs_read_inode()
131
*ofs += vi->
inode_isize
;
in erofs_read_inode()
H
A
D
zmap.c
57
pos = ALIGN(iloc(EROFS_SB(sb), vi->nid) + vi->
inode_isize
+
in z_erofs_fill_inode_lazy()
156
Z_EROFS_VLE_LEGACY_INDEX_ALIGN(ibase + vi->
inode_isize
+
in legacy_load_cluster_from_disk()
277
vi->
inode_isize
+ vi->xattr_isize, 8) +
in compacted_load_cluster_from_disk()
H
A
D
xattr.c
95
it.blkaddr = erofs_blknr(iloc(sbi, vi->nid) + vi->
inode_isize
);
in init_inode_xattrs()
96
it.ofs = erofs_blkoff(iloc(sbi, vi->nid) + vi->
inode_isize
);
in init_inode_xattrs()
206
inline_xattr_ofs = vi->
inode_isize
+ xattr_header_sz;
in inline_xattr_iter_begin()
H
A
D
data.c
80
map->m_pa = iloc(sbi, vi->nid) + vi->
inode_isize
+
in erofs_map_blocks_flatmode()
H
A
D
internal.h
234
unsigned char
inode_isize
;
member
/kernel/linux/linux-6.6/fs/erofs/
H
A
D
inode.c
56
vi->
inode_isize
= sizeof(struct erofs_inode_extended);
in erofs_read_inode()
58
if (*ofs + vi->
inode_isize
<= sb->s_blocksize) {
in erofs_read_inode()
59
*ofs += vi->
inode_isize
;
in erofs_read_inode()
64
copied = kmalloc(vi->
inode_isize
, GFP_NOFS);
in erofs_read_inode()
78
*ofs = vi->
inode_isize
- gotten;
in erofs_read_inode()
123
vi->
inode_isize
= sizeof(struct erofs_inode_compact);
in erofs_read_inode()
124
*ofs += vi->
inode_isize
;
in erofs_read_inode()
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
31
vi->
inode_isize
+ vi->xattr_isize) +
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
272
unsigned char
inode_isize
;
member
Completed in 8 milliseconds