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:i_es_all_nr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
extents_status.c
505
EXT4_I(inode)->
i_es_all_nr
++;
in ext4_es_init_extent()
516
EXT4_I(inode)->
i_es_all_nr
--;
in ext4_es_free_extent()
1680
if (max && max->
i_es_all_nr
< ei->
i_es_all_nr
)
in ext4_seq_es_shrinker_info_show()
1703
max->vfs_inode.i_ino, max->
i_es_all_nr
, max->i_es_shk_nr,
in ext4_seq_es_shrinker_info_show()
H
A
D
ext4.h
1105
unsigned int
i_es_all_nr
; /* protected by i_es_lock */
member
H
A
D
super.c
1299
ei->
i_es_all_nr
= 0;
in ext4_alloc_inode()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
extents_status.c
501
EXT4_I(inode)->
i_es_all_nr
++;
in ext4_es_init_extent()
512
EXT4_I(inode)->
i_es_all_nr
--;
in ext4_es_free_extent()
1673
if (max && max->
i_es_all_nr
< ei->
i_es_all_nr
)
in ext4_seq_es_shrinker_info_show()
1696
max->vfs_inode.i_ino, max->
i_es_all_nr
, max->i_es_shk_nr,
in ext4_seq_es_shrinker_info_show()
H
A
D
ext4.h
1101
unsigned int
i_es_all_nr
; /* protected by i_es_lock */
member
H
A
D
super.c
1414
ei->
i_es_all_nr
= 0;
in ext4_alloc_inode()
Completed in 35 milliseconds