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

  /external/f2fs-tools/fsck/
mount.c 523 sit_i->sentries = calloc(TOTAL_SEGS(sbi) * sizeof(struct seg_entry), 1);
525 for (start = 0; start < TOTAL_SEGS(sbi); start++) {
939 for (segno = 0; segno < TOTAL_SEGS(sbi); segno++) {
1006 for (segno = 0; segno < TOTAL_SEGS(sbi); segno++) {
1051 for (segno = 0; segno < TOTAL_SEGS(sbi); segno++) {
    [all...]
f2fs.h 329 #define TOTAL_SEGS(sbi) (SM_I(sbi)->main_segments)
fsck.c 1047 for (i = 0; i < TOTAL_SEGS(sbi); i++) {

Completed in 54 milliseconds