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:EXT4_IND_BLOCK
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
indirect.c
90
offsets[n++] =
EXT4_IND_BLOCK
;
in ext4_block_to_path()
1194
nr = i_data[
EXT4_IND_BLOCK
];
in ext4_ind_truncate()
1197
i_data[
EXT4_IND_BLOCK
] = 0;
in ext4_ind_truncate()
1200
case
EXT4_IND_BLOCK
:
in ext4_ind_truncate()
1448
nr = i_data[
EXT4_IND_BLOCK
];
in ext4_ind_remove_space()
1451
i_data[
EXT4_IND_BLOCK
] = 0;
in ext4_ind_remove_space()
1454
case
EXT4_IND_BLOCK
:
in ext4_ind_remove_space()
H
A
D
migrate.c
258
/* ei->i_data[
EXT4_IND_BLOCK
] */
in free_ind_block()
303
i_data[0] = ei->i_data[
EXT4_IND_BLOCK
];
in ext4_ext_swap_inode_data()
521
if (i_data[
EXT4_IND_BLOCK
]) {
in ext4_ext_migrate()
523
le32_to_cpu(i_data[
EXT4_IND_BLOCK
]), &lb);
in ext4_ext_migrate()
H
A
D
ext4.h
394
#define
EXT4_IND_BLOCK
EXT4_NDIR_BLOCKS
macro
395
#define EXT4_DIND_BLOCK (
EXT4_IND_BLOCK
+ 1)
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
indirect.c
90
offsets[n++] =
EXT4_IND_BLOCK
;
in ext4_block_to_path()
1199
nr = i_data[
EXT4_IND_BLOCK
];
in ext4_ind_truncate()
1202
i_data[
EXT4_IND_BLOCK
] = 0;
in ext4_ind_truncate()
1205
case
EXT4_IND_BLOCK
:
in ext4_ind_truncate()
1453
nr = i_data[
EXT4_IND_BLOCK
];
in ext4_ind_remove_space()
1456
i_data[
EXT4_IND_BLOCK
] = 0;
in ext4_ind_remove_space()
1459
case
EXT4_IND_BLOCK
:
in ext4_ind_remove_space()
H
A
D
migrate.c
257
/* ei->i_data[
EXT4_IND_BLOCK
] */
in free_ind_block()
302
i_data[0] = ei->i_data[
EXT4_IND_BLOCK
];
in ext4_ext_swap_inode_data()
520
if (i_data[
EXT4_IND_BLOCK
]) {
in ext4_ext_migrate()
522
le32_to_cpu(i_data[
EXT4_IND_BLOCK
]), &lb);
in ext4_ext_migrate()
H
A
D
ext4.h
461
#define
EXT4_IND_BLOCK
EXT4_NDIR_BLOCKS
macro
462
#define EXT4_DIND_BLOCK (
EXT4_IND_BLOCK
+ 1)
Completed in 19 milliseconds