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:blocks_per_seg
(Results
1 - 6
of
6
) sorted by relevance
/third_party/f2fs-tools/tools/debug_tools/
H
A
D
fsck_debug.h
21
return sbi->
blocks_per_seg
== 0 ?
in total_segments()
23
((unsigned int)sbi->
blocks_per_seg
);
in total_segments()
/third_party/f2fs-tools/fsck/
H
A
D
mount.c
57
log_base_2(sbi->segs_per_sec * sbi->
blocks_per_seg
);
in get_zone_idx_from_dev()
64
block_t blocks_per_sec = sbi->
blocks_per_seg
* sbi->segs_per_sec;
in is_usable_seg()
868
unsigned int total_sections,
blocks_per_seg
;
in sanity_check_raw_super()
local
915
/*
blocks_per_seg
should be 512, given the above check */
in sanity_check_raw_super()
916
blocks_per_seg
= 1 << get_sb(log_blocks_per_seg);
in sanity_check_raw_super()
976
if (get_sb(cp_payload) > (
blocks_per_seg
- F2FS_CP_PACKS)) {
in sanity_check_raw_super()
978
get_sb(cp_payload),
blocks_per_seg
- F2FS_CP_PACKS);
in sanity_check_raw_super()
1103
sbi->
blocks_per_seg
= 1 << sbi->log_blocks_per_seg;
in init_sb_info()
1108
sbi->
blocks_per_seg
* NAT_ENTRY_PER_BLOCK;
in init_sb_info()
1214
if (get_cp(cp_pack_total_block_count) > sbi->
blocks_per_seg
)
in validate_checkpoint()
1375
unsigned int main_segs,
blocks_per_seg
;
sanity_check_ckpt()
local
[all...]
H
A
D
f2fs.h
268
unsigned int
blocks_per_seg
; /* blocks per segment */
member
408
start_addr += sbi->
blocks_per_seg
;
in __start_cp_addr()
425
((sbi)->segs_per_sec * (sbi)->
blocks_per_seg
)
454
(GET_SEGOFF_FROM_SEG0(sbi, blk_addr) & (sbi->
blocks_per_seg
- 1))
H
A
D
resize.c
183
for (j = sbi->
blocks_per_seg
- 1; j >= 0; j--) {
in migrate_main()
307
block_addr += sbi->
blocks_per_seg
;
in shrink_nats()
351
block_addr += sbi->
blocks_per_seg
;
in migrate_nat()
H
A
D
main.c
970
c.defrag_len = sbi->
blocks_per_seg
;
in do_defrag()
H
A
D
fsck.c
2433
for (b = sbi->
blocks_per_seg
- 1; b >= 0; b--)
in last_vblk_off_in_zone()
2564
nblocks = sbi->
blocks_per_seg
;
in check_curseg_offset()
Completed in 15 milliseconds