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:cur_lblock
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
data.c
3968
sector_t
cur_lblock
;
in check_swap_activate()
local
3984
cur_lblock
= 0;
in check_swap_activate()
3987
while (
cur_lblock
< last_lblock &&
cur_lblock
< sis->max) {
in check_swap_activate()
3993
map.m_lblk =
cur_lblock
;
in check_swap_activate()
3994
map.m_len = last_lblock -
cur_lblock
;
in check_swap_activate()
4019
if (
cur_lblock
+ nr_pblocks > sis->max)
in check_swap_activate()
4029
ret = f2fs_migrate_blocks(inode,
cur_lblock
,
in check_swap_activate()
4036
if (
cur_lblock
+ nr_pblocks >= sis->max)
in check_swap_activate()
4037
nr_pblocks = sis->max -
cur_lblock
;
in check_swap_activate()
[all...]
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
data.c
3960
sector_t
cur_lblock
;
in check_swap_activate_fast()
local
3974
cur_lblock
= 0;
in check_swap_activate_fast()
3978
while (
cur_lblock
<= last_lblock &&
cur_lblock
< sis->max) {
in check_swap_activate_fast()
3985
map_bh.b_size = len -
cur_lblock
;
in check_swap_activate_fast()
3987
ret = get_data_block(inode,
cur_lblock
, &map_bh, 0,
in check_swap_activate_fast()
3999
if (
cur_lblock
+ nr_pblocks >= sis->max)
in check_swap_activate_fast()
4000
nr_pblocks = sis->max -
cur_lblock
;
in check_swap_activate_fast()
4002
if (
cur_lblock
) { /* exclude the header page */
in check_swap_activate_fast()
4012
ret = add_swap_extent(sis,
cur_lblock
, nr_pblock
in check_swap_activate_fast()
[all...]
Completed in 10 milliseconds