Home
last modified time | relevance | path

Searched refs:ext2fs_bg_free_inodes_count (Results 1 – 11 of 11) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dalloc_stats.c33 ext2fs_bg_free_inodes_count_set(fs, group, ext2fs_bg_free_inodes_count(fs, group) - inuse); in ext2fs_inode_alloc_stats2()
Dcsum.c141 __u32 old_free_inodes_count = ext2fs_bg_free_inodes_count(fs, i); in ext2fs_set_gdt_csum()
Dblknum.c313 __u32 ext2fs_bg_free_inodes_count(ext2_filsys fs, dgrp_t group) in ext2fs_bg_free_inodes_count() function
Dext2fs.h851 extern __u32 ext2fs_bg_free_inodes_count(ext2_filsys fs, dgrp_t group);
/external/e2fsprogs/e2fsck/
Dsuper.c642 free_inodes += ext2fs_bg_free_inodes_count(fs, i); in check_super_block()
645 (ext2fs_bg_free_inodes_count(fs, i) > sb->s_inodes_per_group) || in check_super_block()
685 (ext2fs_bg_itable_unused(fs, i) > ext2fs_bg_free_inodes_count(fs, i) || in check_super_block()
Dpass5.c768 if (free_array[i] != ext2fs_bg_free_inodes_count(fs, i)) { in check_inode_bitmaps()
770 pctx.ino = ext2fs_bg_free_inodes_count(fs, i); in check_inode_bitmaps()
Djournal.c1046 ext2fs_bg_free_inodes_count_set(fs, group, ext2fs_bg_free_inodes_count(fs, group) + 1); in e2fsck_move_ext3_journal()
/external/e2fsprogs/resize/
Donline.c257 ext2fs_bg_free_inodes_count(new_fs, i), in online_resize_fs()
/external/e2fsprogs/misc/
Ddumpe2fs.c251 ext2fs_bg_free_inodes_count(fs, i), in list_desc()
/external/e2fsprogs/debian/
De2fslibs.symbols78 ext2fs_bg_free_inodes_count@Base 1.42
/external/e2fsprogs/debugfs/
Ddebugfs.c390 ext2fs_bg_free_inodes_count(current_fs, i), in do_show_super_stats()
391 ext2fs_bg_free_inodes_count(current_fs, i) != 1 ? in do_show_super_stats()