Searched refs:ino_cnt (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Drw_bitmaps.c161 ext2_ino_t ino_cnt; local
208 ino_cnt = fs->super->s_inodes_count;
215 if (cnt > ino_cnt)
216 cnt = ino_cnt;
222 ino_cnt -= fs->blocksize << 3;

Completed in 98 milliseconds