HomeSort by relevance Sort by last modified time
    Searched refs:TOTAL_SEGS (Results 1 - 4 of 4) sorted by null

  /external/f2fs-tools/fsck/
resize.c 145 for (i = TOTAL_SEGS(sbi) - 1; i >= 0; i--) {
210 TOTAL_SEGS(sbi) - offset;
228 offset = TOTAL_SEGS(sbi) - 1;
378 for (segno = 0; segno < TOTAL_SEGS(sbi); segno++) {
mount.c 35 for (i = 0; i < TOTAL_SEGS(sbi); i++) {
1106 sit_i->sentries = calloc(TOTAL_SEGS(sbi) * sizeof(struct seg_entry), 1);
1110 for (start = 0; start < TOTAL_SEGS(sbi); start++) {
    [all...]
f2fs.h 356 #define TOTAL_SEGS(sbi) (SM_I(sbi)->main_segments)
fsck.c     [all...]

Completed in 101 milliseconds