Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dreadahead.c198 ext2fs_bg_free_inodes_count(fs, i) < in e2fsck_readahead()
207 ext2fs_bg_free_inodes_count(fs, i) < in e2fsck_readahead()
Dsuper.c701 free_inodes += ext2fs_bg_free_inodes_count(fs, i); in check_super_block()
704 (ext2fs_bg_free_inodes_count(fs, i) > sb->s_inodes_per_group) || in check_super_block()
744 (ext2fs_bg_itable_unused(fs, i) > ext2fs_bg_free_inodes_count(fs, i) || in check_super_block()
Dpass5.c799 if (free_array[i] != ext2fs_bg_free_inodes_count(fs, i)) { in check_inode_bitmaps()
801 pctx.ino = ext2fs_bg_free_inodes_count(fs, i); in check_inode_bitmaps()
Djournal.c1133 ext2fs_bg_free_inodes_count_set(fs, group, ext2fs_bg_free_inodes_count(fs, group) + 1); in e2fsck_move_ext3_journal()
/external/e2fsprogs/lib/ext2fs/
Dalloc_stats.c34 ext2fs_bg_free_inodes_count_set(fs, group, ext2fs_bg_free_inodes_count(fs, group) - inuse); in ext2fs_inode_alloc_stats2()
Dblknum.c339 __u32 ext2fs_bg_free_inodes_count(ext2_filsys fs, dgrp_t group) in ext2fs_bg_free_inodes_count() function
Dcsum.c847 __u32 old_free_inodes_count = ext2fs_bg_free_inodes_count(fs, i); in ext2fs_set_gdt_csum()
Dext2fs.h920 extern __u32 ext2fs_bg_free_inodes_count(ext2_filsys fs, dgrp_t group);
/external/e2fsprogs/resize/
Donline.c263 ext2fs_bg_free_inodes_count(new_fs, i), in online_resize_fs()
/external/e2fsprogs/misc/
Ddumpe2fs.c282 ext2fs_bg_free_inodes_count(fs, i), in list_desc()
/external/e2fsprogs/debian/
De2fslibs.symbols86 ext2fs_bg_free_inodes_count@Base 1.42
/external/e2fsprogs/debugfs/
Ddebugfs.c473 ext2fs_bg_free_inodes_count(current_fs, i), in do_show_super_stats()
474 ext2fs_bg_free_inodes_count(current_fs, i) != 1 ? in do_show_super_stats()