OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_sit
(Results
1 - 3
of
3
) sorted by null
/external/f2fs-tools/fsck/
main.c
77
.
start_sit
= -1,
104
&dump_opt.
start_sit
,
169
if (opt->
start_sit
!= -1)
170
sit_dump(sbi, opt->
start_sit
, opt->end_sit);
fsck.h
119
int
start_sit
;
member in struct:dump_option
dump.c
25
void sit_dump(struct f2fs_sb_info *sbi, int
start_sit
, int end_sit)
38
for (segno =
start_sit
; segno < end_sit; segno++) {
Completed in 39 milliseconds