Home
last modified time | relevance | path

Searched refs:bg_free_inodes_count (Results 1 – 19 of 19) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dcsum.c122 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()
Dalloc_stats.c33 fs->group_desc[group].bg_free_inodes_count -= inuse; in ext2fs_inode_alloc_stats2()
Dswapfs.c103 gdp->bg_free_inodes_count = ext2fs_swab16(gdp->bg_free_inodes_count); in ext2fs_swap_group_desc()
Dext2_fs.h145 __u16 bg_free_inodes_count; /* Free inodes count */ member
159 __u16 bg_free_inodes_count; /* Free inodes count */ member
Dinitialize.c418 fs->group_desc[i].bg_free_inodes_count = in ext2fs_initialize()
/external/e2fsprogs/e2fsck/
Dpass5.c502 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()
Dsuper.c630 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()
Djournal.c1026 fs->group_desc[group].bg_free_inodes_count++; in e2fsck_move_ext3_journal()
/external/e2fsprogs/resize/
Donline.c158 new_fs->group_desc[i].bg_free_inodes_count, in online_resize_fs()
Dresize2fs.c548 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()
/external/genext2fs/
Dgenext2fs.c475 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()
/external/kernel-headers/original/linux/
Dext2_fs.h142 __le16 bg_free_inodes_count; /* Free inodes count */ member
Dext3_fs.h132 __le16 bg_free_inodes_count; /* Free inodes count */ member
/external/grub/stage2/
Dfsys_ext2fs.c91 __u16 bg_free_inodes_count; /* Free inodes count */ member
/external/e2fsprogs/misc/
Ddumpe2fs.c234 fs->group_desc[i].bg_free_inodes_count, in list_desc()
Dtune2fs.c1421 fs->group_desc[group++].bg_free_inodes_count = in ext2fs_calculate_summary_stats()
/external/e2fsprogs/debugfs/
Dset_fields.c188 { "free_inodes_count", &set_gd.bg_free_inodes_count, 2, parse_uint },
Ddebugfs.c358 gdp->bg_free_inodes_count, in do_show_super_stats()
359 gdp->bg_free_inodes_count != 1 ? "inodes" : "inode", in do_show_super_stats()
/external/e2fsprogs/ext2ed/
Dext2.descriptors64 __u16 bg_free_inodes_count; /* Free inodes count */