Home | History | Annotate | Download | only in genext2fs

Lines Matching refs:bg_free_inodes_count

475 	udecl16(bg_free_inodes_count)  /* Free inodes in the group */ \
924 if (fs->gd[grp].bg_free_inodes_count < avefreei ||
925 fs->gd[grp].bg_free_inodes_count == 0)
933 if(!(fs->gd[best_group].bg_free_inodes_count--))
2038 fs->gd[i].bg_free_inodes_count = nbinodes_per_group;
2040 fs->gd[i].bg_free_inodes_count = nbinodes_per_group -
2077 fs->gd[0].bg_free_inodes_count--;