Home | History | Annotate | Download | only in resize

Lines Matching refs:s_inodes_count

354 	fs->super->s_inodes_count = fs->super->s_inodes_per_group *
379 retval = ext2fs_resize_inode_bitmap(fs->super->s_inodes_count,
380 fs->super->s_inodes_count,
594 if ((rfs->old_fs->super->s_inodes_count -
596 rfs->new_fs->super->s_inodes_count) {
1834 /* Protect loop from wrap-around if s_inodes_count maxed */
1836 for (ino = 1; ino <= fs->super->s_inodes_count && ino > 0; ino++) {
1844 (ino == fs->super->s_inodes_count)) {
1903 inode_count = fs->super->s_inodes_count -