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

  /external/toybox/toys/pending/
mke2fs.c 98 unsigned nextgroup; // Next group we'll be allocating from
377 while (group >= TT.nextgroup)
378 TT.nextblock += group_overhead(TT.nextgroup++);
  /external/toybox/generated/
globals.h 670 unsigned nextgroup; // Next group we'll be allocating from member in struct:mke2fs_data

Completed in 296 milliseconds