Searched refs:ino_cnt (Results 1 - 1 of 1) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ | ||
H A D | rw_bitmaps.c | 153 ext2_ino_t ino_cnt; local 203 ino_cnt = fs->super->s_inodes_count; 210 if (cnt > ino_cnt) 211 cnt = ino_cnt; 217 ino_cnt -= fs->blocksize << 3; |
Completed in 165 milliseconds