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.c200 ext2fs_bg_free_inodes_count(fs, i) < in e2fsck_readahead()
209 ext2fs_bg_free_inodes_count(fs, i) < in e2fsck_readahead()
Dsuper.c854 free_inodes += ext2fs_bg_free_inodes_count(fs, i); in check_super_block()
857 (ext2fs_bg_free_inodes_count(fs, i) > sb->s_inodes_per_group) || in check_super_block()
897 (ext2fs_bg_itable_unused(fs, i) > ext2fs_bg_free_inodes_count(fs, i) || in check_super_block()
Dpass5.c797 if (free_array[i] != ext2fs_bg_free_inodes_count(fs, i)) { in check_inode_bitmaps()
799 pctx.ino = ext2fs_bg_free_inodes_count(fs, i); in check_inode_bitmaps()
Djournal.c1136 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.c848 __u32 old_free_inodes_count = ext2fs_bg_free_inodes_count(fs, i); in ext2fs_set_gdt_csum()
Dext2fs.h930 extern __u32 ext2fs_bg_free_inodes_count(ext2_filsys fs, dgrp_t group);
/external/e2fsprogs/resize/
Donline.c256 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/
Dlibext2fs2.symbols88 ext2fs_bg_free_inodes_count@Base 1.42
/external/e2fsprogs/debugfs/
Ddebugfs.c491 ext2fs_bg_free_inodes_count(current_fs, i), in do_show_super_stats()
492 ext2fs_bg_free_inodes_count(current_fs, i) != 1 ? in do_show_super_stats()