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:curr_block
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
migrate.c
17
ext4_lblk_t first_block, last_block,
curr_block
;
member
74
(lb->last_block+1 == lb->
curr_block
)) {
in update_extent_range()
76
lb->last_block = lb->
curr_block
;
in update_extent_range()
77
lb->
curr_block
++;
in update_extent_range()
85
lb->first_block = lb->last_block = lb->
curr_block
;
in update_extent_range()
86
lb->
curr_block
++;
in update_extent_range()
111
lb->
curr_block
++;
in update_ind_extent_range()
141
lb->
curr_block
+= max_entries;
in update_dind_extent_range()
171
lb->
curr_block
+= max_entries * max_entries;
in update_tind_extent_range()
519
lb.
curr_block
in ext4_ext_migrate()
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
migrate.c
17
ext4_lblk_t first_block, last_block,
curr_block
;
member
73
(lb->last_block+1 == lb->
curr_block
)) {
in update_extent_range()
75
lb->last_block = lb->
curr_block
;
in update_extent_range()
76
lb->
curr_block
++;
in update_extent_range()
84
lb->first_block = lb->last_block = lb->
curr_block
;
in update_extent_range()
85
lb->
curr_block
++;
in update_extent_range()
110
lb->
curr_block
++;
in update_ind_extent_range()
140
lb->
curr_block
+= max_entries;
in update_dind_extent_range()
170
lb->
curr_block
+= max_entries * max_entries;
in update_tind_extent_range()
518
lb.
curr_block
in ext4_ext_migrate()
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_trace.h
1094
__field(int,
curr_block
)
1113
__entry->
curr_block
= log->l_curr_block;
1120
"grant_write_bytes %d curr_cycle %d
curr_block
%d "
1135
__entry->
curr_block
,
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_trace.h
1226
__field(int,
curr_block
)
1245
__entry->
curr_block
= log->l_curr_block;
1252
"grant_write_bytes %d curr_cycle %d
curr_block
%d "
1267
__entry->
curr_block
,
Completed in 12 milliseconds