Searched refs:bg_free_blocks_count (Results 1 - 4 of 4) sorted by relevance

/system/extras/tests/fstest/
H A Drecovery_test.cpp164 if (gd.bg_free_blocks_count) {
169 gd.bg_free_blocks_count--;
/system/extras/ext4_utils/
H A Dext4_utils.h91 u16 bg_free_blocks_count; member in struct:ext2_group_desc
H A Dext4_utils.c340 aux_info.bg_desc[i].bg_free_blocks_count = sb->s_blocks_per_group;
457 aux_info.bg_desc[i].bg_free_blocks_count = bg_free_blocks;
/system/vold/
H A Dcryptfs.c2483 data.tot_used_blocks -= aux_info.bg_desc[i].bg_free_blocks_count;

Completed in 180 milliseconds