Home
last modified time | relevance | path

Searched refs:ext2fs_bg_free_blocks_count (Results 1 – 16 of 16) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dalloc_tables.c159 ext2fs_bg_free_blocks_count_set(fs, gr, ext2fs_bg_free_blocks_count(fs, gr) - 1); in ext2fs_allocate_group_table()
192 ext2fs_bg_free_blocks_count_set(fs, gr, ext2fs_bg_free_blocks_count(fs, gr) - 1); in ext2fs_allocate_group_table()
241 ext2fs_bg_free_blocks_count(fs, gr) - in ext2fs_allocate_group_table()
Dalloc_stats.c76 ext2fs_bg_free_blocks_count_set(fs, group, ext2fs_bg_free_blocks_count(fs, group) - inuse); in ext2fs_block_alloc_stats2()
138 ext2fs_bg_free_blocks_count(fs, group) - in ext2fs_block_alloc_stats_range()
Dmkjournal.c245 ext2fs_bg_free_blocks_count(fs, group) == 0) in get_midpoint_journal_block()
255 if (ext2fs_bg_free_blocks_count(fs, i) > in get_midpoint_journal_block()
256 ext2fs_bg_free_blocks_count(fs, group)) in get_midpoint_journal_block()
Dblknum.c312 __u32 ext2fs_bg_free_blocks_count(ext2_filsys fs, dgrp_t group) in ext2fs_bg_free_blocks_count() function
Dcsum.c849 __u32 old_free_blocks_count = ext2fs_bg_free_blocks_count(fs, i); in ext2fs_set_gdt_csum()
Dext2fs.h927 extern __u32 ext2fs_bg_free_blocks_count(ext2_filsys fs, dgrp_t group);
/external/e2fsprogs/e2fsck/
Dreadahead.c190 ext2fs_bg_free_blocks_count(fs, i) < in e2fsck_readahead()
Dpass5.c531 if (free_array[g] != ext2fs_bg_free_blocks_count(fs, g)) { in check_block_bitmaps()
533 pctx.blk = ext2fs_bg_free_blocks_count(fs, g); in check_block_bitmaps()
Dsuper.c853 free_blocks += ext2fs_bg_free_blocks_count(fs, i); in check_super_block()
856 if ((ext2fs_bg_free_blocks_count(fs, i) > sb->s_blocks_per_group) || in check_super_block()
/external/e2fsprogs/resize/
Donline.c254 ext2fs_bg_free_blocks_count(new_fs, i), in online_resize_fs()
Dresize2fs.c904 …ext2fs_bg_free_blocks_count_set(fs, i, ext2fs_bg_free_blocks_count(fs, i) + (numblocks - old_numbl… in adjust_fs_info()
/external/e2fsprogs/misc/
Ddumpe2fs.c281 ext2fs_bg_free_blocks_count(fs, i), units, in list_desc()
Dmke2fs.c329 ext2fs_bg_free_blocks_count_set(fs, group, ext2fs_bg_free_blocks_count(fs, group) + 1); in handle_bad_blocks()
Dtune2fs.c355 ext2fs_bg_free_blocks_count_set(fs, group, ext2fs_bg_free_blocks_count(fs, group) + 1); in release_blocks_proc()
/external/e2fsprogs/debian/
Dlibext2fs2.symbols86 ext2fs_bg_free_blocks_count@Base 1.42
/external/e2fsprogs/debugfs/
Ddebugfs.c488 ext2fs_bg_free_blocks_count(current_fs, i), units, in do_show_super_stats()
489 ext2fs_bg_free_blocks_count(current_fs, i) != 1 ? in do_show_super_stats()