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.cpp163 if (gd.bg_free_blocks_count) { in corruptGdtFreeBlock()
168 gd.bg_free_blocks_count--; in corruptGdtFreeBlock()
/system/extras/ext4_utils/include/ext4_utils/
Dext4_utils.h93 u16 bg_free_blocks_count; member
/system/extras/ext4_utils/
Dext4_utils.c392 aux_info.bg_desc[i].bg_free_blocks_count = sb->s_blocks_per_group; in ext4_fill_in_sb()
510 aux_info.bg_desc[i].bg_free_blocks_count = bg_free_blocks; in ext4_update_free()
/system/vold/
Dcryptfs.cpp2261 data.tot_used_blocks -= aux_info.bg_desc[i].bg_free_blocks_count; in cryptfs_enable_inplace_ext4()