Searched refs:bg_free_inodes_count (Results 1 – 19 of 19) sorted by relevance
122 if (bg->bg_free_inodes_count == sb->s_inodes_per_group) { in ext2fs_set_gdt_csum()205 fs->group_desc[i].bg_free_inodes_count = 15701; in main()
33 fs->group_desc[group].bg_free_inodes_count -= inuse; in ext2fs_inode_alloc_stats2()
103 gdp->bg_free_inodes_count = ext2fs_swab16(gdp->bg_free_inodes_count); in ext2fs_swap_group_desc()
145 __u16 bg_free_inodes_count; /* Free inodes count */ member159 __u16 bg_free_inodes_count; /* Free inodes count */ member
418 fs->group_desc[i].bg_free_inodes_count = in ext2fs_initialize()
502 if (free_array[i] != fs->group_desc[i].bg_free_inodes_count) { in check_inode_bitmaps()504 pctx.ino = fs->group_desc[i].bg_free_inodes_count; in check_inode_bitmaps()508 fs->group_desc[i].bg_free_inodes_count = in check_inode_bitmaps()
630 free_inodes += gd->bg_free_inodes_count; in check_super_block()633 (gd->bg_free_inodes_count > sb->s_inodes_per_group) || in check_super_block()679 (gd->bg_itable_unused > gd->bg_free_inodes_count || in check_super_block()
1026 fs->group_desc[group].bg_free_inodes_count++; in e2fsck_move_ext3_journal()
158 new_fs->group_desc[i].bg_free_inodes_count, in online_resize_fs()
548 fs->group_desc[i].bg_free_inodes_count = in adjust_fs_info()1845 fs->group_desc[group].bg_free_inodes_count = in ext2fs_calculate_summary_stats()
475 udecl16(bg_free_inodes_count) /* Free inodes in the group */ \924 if (fs->gd[grp].bg_free_inodes_count < avefreei || in alloc_nod()925 fs->gd[grp].bg_free_inodes_count == 0) in alloc_nod()933 if(!(fs->gd[best_group].bg_free_inodes_count--)) in alloc_nod()2038 fs->gd[i].bg_free_inodes_count = nbinodes_per_group; in init_fs()2040 fs->gd[i].bg_free_inodes_count = nbinodes_per_group - in init_fs()2077 fs->gd[0].bg_free_inodes_count--; in init_fs()
142 __le16 bg_free_inodes_count; /* Free inodes count */ member
132 __le16 bg_free_inodes_count; /* Free inodes count */ member
91 __u16 bg_free_inodes_count; /* Free inodes count */ member
234 fs->group_desc[i].bg_free_inodes_count, in list_desc()
1421 fs->group_desc[group++].bg_free_inodes_count = in ext2fs_calculate_summary_stats()
188 { "free_inodes_count", &set_gd.bg_free_inodes_count, 2, parse_uint },
358 gdp->bg_free_inodes_count, in do_show_super_stats()359 gdp->bg_free_inodes_count != 1 ? "inodes" : "inode", in do_show_super_stats()
64 __u16 bg_free_inodes_count; /* Free inodes count */