Searched refs:ext2fs_bg_free_blocks_count (Results 1 – 16 of 16) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | alloc_tables.c | 159 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()
|
D | alloc_stats.c | 76 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()
|
D | mkjournal.c | 245 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()
|
D | blknum.c | 312 __u32 ext2fs_bg_free_blocks_count(ext2_filsys fs, dgrp_t group) in ext2fs_bg_free_blocks_count() function
|
D | csum.c | 849 __u32 old_free_blocks_count = ext2fs_bg_free_blocks_count(fs, i); in ext2fs_set_gdt_csum()
|
D | ext2fs.h | 927 extern __u32 ext2fs_bg_free_blocks_count(ext2_filsys fs, dgrp_t group);
|
/external/e2fsprogs/e2fsck/ |
D | readahead.c | 190 ext2fs_bg_free_blocks_count(fs, i) < in e2fsck_readahead()
|
D | pass5.c | 531 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()
|
D | super.c | 853 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/ |
D | online.c | 254 ext2fs_bg_free_blocks_count(new_fs, i), in online_resize_fs()
|
D | resize2fs.c | 904 …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/ |
D | dumpe2fs.c | 281 ext2fs_bg_free_blocks_count(fs, i), units, in list_desc()
|
D | mke2fs.c | 329 ext2fs_bg_free_blocks_count_set(fs, group, ext2fs_bg_free_blocks_count(fs, group) + 1); in handle_bad_blocks()
|
D | tune2fs.c | 355 ext2fs_bg_free_blocks_count_set(fs, group, ext2fs_bg_free_blocks_count(fs, group) + 1); in release_blocks_proc()
|
/external/e2fsprogs/debian/ |
D | libext2fs2.symbols | 86 ext2fs_bg_free_blocks_count@Base 1.42
|
/external/e2fsprogs/debugfs/ |
D | debugfs.c | 488 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()
|