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:CAP_BLKS_PER_SEC
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
segment.h
104
#define
CAP_BLKS_PER_SEC
(sbi) \
macro
582
left_blocks =
CAP_BLKS_PER_SEC
(sbi) -
in has_curseg_enough_space()
590
left_blocks =
CAP_BLKS_PER_SEC
(sbi) -
in has_curseg_enough_space()
608
unsigned int node_secs = total_node_blocks /
CAP_BLKS_PER_SEC
(sbi);
in __get_secs_required()
609
unsigned int dent_secs = total_dent_blocks /
CAP_BLKS_PER_SEC
(sbi);
in __get_secs_required()
610
unsigned int node_blocks = total_node_blocks %
CAP_BLKS_PER_SEC
(sbi);
in __get_secs_required()
611
unsigned int dent_blocks = total_dent_blocks %
CAP_BLKS_PER_SEC
(sbi);
in __get_secs_required()
H
A
D
gc.c
532
unsigned int sec_blocks =
CAP_BLKS_PER_SEC
(sbi);
in atgc_lookup_victim()
1531
CAP_BLKS_PER_SEC
(sbi)))
in gc_data_segment()
H
A
D
segment.c
772
valid_blocks ==
CAP_BLKS_PER_SEC
(sbi)));
in __locate_dirty_segment()
808
valid_blocks ==
CAP_BLKS_PER_SEC
(sbi)) {
in __remove_dirty_segment()
4745
if (!valid_blocks || valid_blocks ==
CAP_BLKS_PER_SEC
(sbi))
in init_dirty_segmap()
5144
sec_cap_blkaddr = sec_start_blkaddr +
CAP_BLKS_PER_SEC
(sbi);
in f2fs_usable_zone_blks_in_seg()
H
A
D
debug.c
42
blks_per_sec =
CAP_BLKS_PER_SEC
(sbi);
in f2fs_update_sit_info()
H
A
D
file.c
1713
block_t sec_blks =
CAP_BLKS_PER_SEC
(sbi);
in f2fs_expand_inode_data()
2521
range->start +=
CAP_BLKS_PER_SEC
(sbi);
in __f2fs_ioc_gc_range()
2651
sec_num = DIV_ROUND_UP(total,
CAP_BLKS_PER_SEC
(sbi));
in f2fs_defragment_range()
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
segment.h
104
#define
CAP_BLKS_PER_SEC
(sbi) \
macro
H
A
D
segment.c
5151
sec_cap_blkaddr = sec_start_blkaddr +
CAP_BLKS_PER_SEC
(sbi);
in f2fs_usable_zone_blks_in_seg()
Completed in 30 milliseconds