OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_segno
(Results
1 - 2
of
2
) sorted by null
/external/f2fs-tools/fsck/
f2fs.h
105
unsigned int
next_segno
; /* preallocated segment */
member in struct:curseg_info
mount.c
494
curseg->segno = curseg->
next_segno
;
497
curseg->
next_segno
= NULL_SEGNO;
528
curseg->
next_segno
= segno;
640
curseg->
next_segno
= segno;
Completed in 114 milliseconds