HomeSort by relevance Sort by last modified time
    Searched full:bg_first_block (Results 1 - 1 of 1) sorted by null

  /system/extras/ext4_utils/
make_ext4fs.c 627 int bg_first_block = bgs[block_group].first_block; local
631 if (min_bg_bound >= start_block - bg_first_block ||
632 max_bg_bound <= end_block - bg_first_block) {

Completed in 75 milliseconds