OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_ssa
(Results
1 - 3
of
3
) sorted by null
/external/f2fs-tools/fsck/
main.c
79
.
start_ssa
= -1,
109
&dump_opt.
start_ssa
,
169
if (opt->
start_ssa
!= -1)
170
ssa_dump(sbi, opt->
start_ssa
, opt->end_ssa);
fsck.h
121
int
start_ssa
;
member in struct:dump_option
dump.c
65
void ssa_dump(struct f2fs_sb_info *sbi, int
start_ssa
, int end_ssa)
81
for (segno =
start_ssa
; segno < end_ssa; segno++) {
Completed in 41 milliseconds