Home
last modified time | relevance | path

Searched refs:group_free (Results 1 – 6 of 6) sorted by relevance

/third_party/e2fsprogs/e2fsck/
Dpass5.c318 unsigned int group_free = 0; in check_block_bitmaps() local
408 group_free = fs->super->s_clusters_per_group - n; in check_block_bitmaps()
409 free_blocks += group_free; in check_block_bitmaps()
468 group_free++; in check_block_bitmaps()
491 free_array[group] = group_free; in check_block_bitmaps()
494 group_free = 0; in check_block_bitmaps()
523 blocks = 0; free_blocks = 0; group_free = 0; group = 0; in check_block_bitmaps()
566 int group_free = 0; in check_inode_bitmaps() local
644 group_free = inodes; in check_inode_bitmaps()
717 group_free++; in check_inode_bitmaps()
[all …]
/third_party/boost/libs/mpi/src/
Dgroup.cpp17 if (adopt) group_ptr.reset(new MPI_Group(in_group), group_free()); in group()
/third_party/boost/boost/mpi/
Dgroup.hpp185 struct group_free struct in boost::mpi::group
/third_party/e2fsprogs/misc/
Dtune2fs.c2558 int group_free = 0; in ext2fs_calculate_summary_stats() local
2566 group_free++; in ext2fs_calculate_summary_stats()
2573 group_free); in ext2fs_calculate_summary_stats()
2575 group_free = 0; in ext2fs_calculate_summary_stats()
2584 group_free = 0; in ext2fs_calculate_summary_stats()
2592 group_free++; in ext2fs_calculate_summary_stats()
2599 group_free); in ext2fs_calculate_summary_stats()
2601 group_free = 0; in ext2fs_calculate_summary_stats()
/third_party/e2fsprogs/resize/
Dresize2fs.c2750 int group_free = 0; in ext2fs_calculate_summary_stats() local
2781 group_free++; in ext2fs_calculate_summary_stats()
2787 ext2fs_bg_free_blocks_count_set(fs, group, group_free); in ext2fs_calculate_summary_stats()
2793 group_free = 0; in ext2fs_calculate_summary_stats()
2811 group_free = 0; in ext2fs_calculate_summary_stats()
2820 group_free++; in ext2fs_calculate_summary_stats()
2826 ext2fs_bg_free_inodes_count_set(fs, group, group_free); in ext2fs_calculate_summary_stats()
2832 group_free = 0; in ext2fs_calculate_summary_stats()
/third_party/NuttX/
DChangeLog8386 * sched/group/group_malloc.c, group_zalloc.c, group_free.c,