Home
last modified time | relevance | path

Searched refs:ext2fs_bg_free_blocks_count_set (Results 1 – 11 of 11) sorted by relevance

/third_party/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()
240 ext2fs_bg_free_blocks_count_set(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()
137 ext2fs_bg_free_blocks_count_set(fs, group, in ext2fs_block_alloc_stats_range()
Dinitialize.c550 ext2fs_bg_free_blocks_count_set(fs, i, numblocks); in ext2fs_initialize()
605 ext2fs_bg_free_blocks_count_set(fs, group, in ext2fs_calculate_summary_stats()
Dcsum.c955 ext2fs_bg_free_blocks_count_set(fs, i, 31119); in main()
1000 ext2fs_bg_free_blocks_count_set(fs, 0, 1); in main()
Dblknum.c374 void ext2fs_bg_free_blocks_count_set(ext2_filsys fs, dgrp_t group, __u32 n) in ext2fs_bg_free_blocks_count_set() function
Dext2fs.h968 extern void ext2fs_bg_free_blocks_count_set(ext2_filsys fs, dgrp_t group,
/third_party/e2fsprogs/debian/
Dlibext2fs2.symbols96 ext2fs_bg_free_blocks_count_set@Base 1.42
/third_party/e2fsprogs/resize/
Dresize2fs.c905ext2fs_bg_free_blocks_count_set(fs, i, ext2fs_bg_free_blocks_count(fs, i) + (numblocks - old_numbl… in adjust_fs_info()
994 ext2fs_bg_free_blocks_count_set(fs, i, numblocks); in adjust_fs_info()
2802 ext2fs_bg_free_blocks_count_set(fs, group, group_free); in resize2fs_calculate_summary_stats()
/third_party/e2fsprogs/e2fsck/
Dpass5.c538 ext2fs_bg_free_blocks_count_set(fs, g, free_array[g]); in check_block_bitmaps()
/third_party/e2fsprogs/misc/
Dmke2fs.c331 ext2fs_bg_free_blocks_count_set(fs, group, ext2fs_bg_free_blocks_count(fs, group) + 1); in handle_bad_blocks()
2906 ext2fs_bg_free_blocks_count_set(fs, group, grp_free); in fix_cluster_bg_counts()
Dtune2fs.c360 ext2fs_bg_free_blocks_count_set(fs, group, ext2fs_bg_free_blocks_count(fs, group) + 1); in release_blocks_proc()