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

  /external/f2fs-tools/fsck/
mount.c 478 sit_i->sentries = calloc(TOTAL_SEGS(sbi) * sizeof(struct seg_entry), 1);
480 for (start = 0; start < TOTAL_SEGS(sbi); start++) {
893 for (segno = 0; segno < TOTAL_SEGS(sbi); segno++) {
960 for (segno = 0; segno < TOTAL_SEGS(sbi); segno++) {
1005 for (segno = 0; segno < TOTAL_SEGS(sbi); segno++) {
    [all...]
f2fs.h 316 #define TOTAL_SEGS(sbi) (SM_I(sbi)->main_segments)

Completed in 53 milliseconds