Home | History | Annotate | Download | only in resize

Lines Matching refs:s_inodes_count

763 	fs->super->s_inodes_count = fs->super->s_inodes_per_group *
791 retval = ext2fs_resize_inode_bitmap2(fs->super->s_inodes_count,
792 fs->super->s_inodes_count,
1049 if ((rfs->old_fs->super->s_inodes_count -
1051 rfs->new_fs->super->s_inodes_count) {
2711 /* Protect loop from wrap-around if s_inodes_count maxed */
2713 for (ino = 1; ino <= fs->super->s_inodes_count && ino > 0; ino++) {
2721 (ino == fs->super->s_inodes_count)) {
2802 inode_count = fs->super->s_inodes_count -