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

  /external/e2fsprogs/lib/ext2fs/
rw_bitmaps.c 149 blk_t blk_cnt; local
215 blk_cnt = EXT2_BLOCKS_PER_GROUP(fs->super) *
223 if (cnt > blk_cnt)
224 cnt = blk_cnt;
230 blk_cnt -= fs->blocksize << 3;

Completed in 303 milliseconds