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_N_BLOCKS
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
inode.c
161
(inode->i_size <
EXT4_N_BLOCKS
* 4);
in ext4_inode_is_fast_symlink()
4424
for (block = 0; block <
EXT4_N_BLOCKS
; block++)
in ext4_fill_raw_inode()
4959
for (block = 0; block <
EXT4_N_BLOCKS
; block++)
in __ext4_iget()
H
A
D
ext4.h
397
#define
EXT4_N_BLOCKS
(EXT4_TIND_BLOCK + 1)
macro
790
__le32 i_block[
EXT4_N_BLOCKS
];/* Pointers to blocks */
H
A
D
resize.c
1888
for (i = 0; i <
EXT4_N_BLOCKS
; i++) {
in ext4_convert_meta_bg()
H
A
D
inline.c
17
#define EXT4_MIN_INLINE_DATA_SIZE ((sizeof(__le32) *
EXT4_N_BLOCKS
))
H
A
D
namei.c
3450
if ((disk_link.len >
EXT4_N_BLOCKS
* 4)) {
in ext4_symlink()
3487
if ((disk_link.len >
EXT4_N_BLOCKS
* 4)) {
in ext4_symlink()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
inode.c
158
(inode->i_size <
EXT4_N_BLOCKS
* 4);
in ext4_inode_is_fast_symlink()
4324
for (block = 0; block <
EXT4_N_BLOCKS
; block++)
in ext4_fill_raw_inode()
4864
for (block = 0; block <
EXT4_N_BLOCKS
; block++)
in __ext4_iget()
H
A
D
ext4.h
464
#define
EXT4_N_BLOCKS
(EXT4_TIND_BLOCK + 1)
macro
789
__le32 i_block[
EXT4_N_BLOCKS
];/* Pointers to blocks */
H
A
D
resize.c
1938
for (i = 0; i <
EXT4_N_BLOCKS
; i++) {
in ext4_convert_meta_bg()
H
A
D
inline.c
19
#define EXT4_MIN_INLINE_DATA_SIZE ((sizeof(__le32) *
EXT4_N_BLOCKS
))
H
A
D
namei.c
3416
if ((disk_link.len >
EXT4_N_BLOCKS
* 4)) {
in ext4_symlink()
3424
if ((disk_link.len >
EXT4_N_BLOCKS
* 4)) {
in ext4_symlink()
Completed in 46 milliseconds