Home
last modified time | relevance | path

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

/system/extras/tests/fstest/
Drecovery_test.cpp164 if (gd.bg_free_blocks_count) { in corruptGdtFreeBlock()
169 gd.bg_free_blocks_count--; in corruptGdtFreeBlock()
/system/extras/ext4_utils/
Dext4_utils.h91 u16 bg_free_blocks_count; member
Dext4_utils.c383 aux_info.bg_desc[i].bg_free_blocks_count = sb->s_blocks_per_group; in ext4_fill_in_sb()
501 aux_info.bg_desc[i].bg_free_blocks_count = bg_free_blocks; in ext4_update_free()
/system/vold/
Dcryptfs.c2517 data.tot_used_blocks -= aux_info.bg_desc[i].bg_free_blocks_count;