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:BLKS_PER_SEC
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
segment.h
102
#define
BLKS_PER_SEC
(sbi) \
macro
634
unsigned int node_secs = total_node_blocks /
BLKS_PER_SEC
(sbi);
in has_not_enough_free_secs()
635
unsigned int dent_secs = total_dent_blocks /
BLKS_PER_SEC
(sbi);
in has_not_enough_free_secs()
636
unsigned int node_blocks = total_node_blocks %
BLKS_PER_SEC
(sbi);
in has_not_enough_free_secs()
637
unsigned int dent_blocks = total_dent_blocks %
BLKS_PER_SEC
(sbi);
in has_not_enough_free_secs()
H
A
D
gc.c
462
unsigned int sec_blocks =
BLKS_PER_SEC
(sbi);
in atgc_lookup_victim()
1442
BLKS_PER_SEC
(sbi)))
in gc_data_segment()
2022
div_u64_rem(block_count,
BLKS_PER_SEC
(sbi), &rem);
in f2fs_resize_fs()
2044
secs = div_u64(shrunk_blocks,
BLKS_PER_SEC
(sbi));
in f2fs_resize_fs()
H
A
D
debug.c
42
blks_per_sec =
BLKS_PER_SEC
(sbi);
in f2fs_update_sit_info()
H
A
D
segment.c
921
valid_blocks ==
BLKS_PER_SEC
(sbi)));
in __locate_dirty_segment()
957
valid_blocks ==
BLKS_PER_SEC
(sbi)) {
in __remove_dirty_segment()
4759
block_t blks_per_sec =
BLKS_PER_SEC
(sbi);
in init_dirty_segmap()
H
A
D
file.c
1653
block_t sec_blks =
BLKS_PER_SEC
(sbi);
in expand_inode_data()
2540
range->start +=
BLKS_PER_SEC
(sbi);
in __f2fs_ioc_gc_range()
2662
sec_num = DIV_ROUND_UP(total,
BLKS_PER_SEC
(sbi));
in f2fs_defragment_range()
H
A
D
f2fs.h
207
#define MAX_DISCARD_BLOCKS(sbi)
BLKS_PER_SEC
(sbi)
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
segment.h
102
#define
BLKS_PER_SEC
(sbi) \
macro
H
A
D
gc.c
2133
div_u64_rem(block_count,
BLKS_PER_SEC
(sbi), &rem);
in f2fs_resize_fs()
2155
secs = div_u64(shrunk_blocks,
BLKS_PER_SEC
(sbi));
in f2fs_resize_fs()
H
A
D
data.c
3906
unsigned int blk_per_sec =
BLKS_PER_SEC
(sbi);
in f2fs_migrate_blocks()
3975
unsigned int blks_per_sec =
BLKS_PER_SEC
(sbi);
in check_swap_activate()
3976
unsigned int sec_blks_mask =
BLKS_PER_SEC
(sbi) - 1;
in check_swap_activate()
H
A
D
segment.c
2280
dcc->discard_granularity =
BLKS_PER_SEC
(sbi);
in create_discard_cmd_control()
Completed in 40 milliseconds