Searched refs:ext2fs_bg_free_inodes_count (Results 1 – 12 of 12) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | readahead.c | 200 ext2fs_bg_free_inodes_count(fs, i) < in e2fsck_readahead() 209 ext2fs_bg_free_inodes_count(fs, i) < in e2fsck_readahead()
|
D | super.c | 854 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()
|
D | pass5.c | 797 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()
|
D | journal.c | 1136 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/ |
D | alloc_stats.c | 34 ext2fs_bg_free_inodes_count_set(fs, group, ext2fs_bg_free_inodes_count(fs, group) - inuse); in ext2fs_inode_alloc_stats2()
|
D | blknum.c | 339 __u32 ext2fs_bg_free_inodes_count(ext2_filsys fs, dgrp_t group) in ext2fs_bg_free_inodes_count() function
|
D | csum.c | 848 __u32 old_free_inodes_count = ext2fs_bg_free_inodes_count(fs, i); in ext2fs_set_gdt_csum()
|
D | ext2fs.h | 930 extern __u32 ext2fs_bg_free_inodes_count(ext2_filsys fs, dgrp_t group);
|
/external/e2fsprogs/resize/ |
D | online.c | 256 ext2fs_bg_free_inodes_count(new_fs, i), in online_resize_fs()
|
/external/e2fsprogs/misc/ |
D | dumpe2fs.c | 282 ext2fs_bg_free_inodes_count(fs, i), in list_desc()
|
/external/e2fsprogs/debian/ |
D | libext2fs2.symbols | 88 ext2fs_bg_free_inodes_count@Base 1.42
|
/external/e2fsprogs/debugfs/ |
D | debugfs.c | 491 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()
|