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

/system/extras/ext4_utils/
H A Dext4_utils.c68 int ext4_bg_has_super_block(int bg) function
110 if (ext4_bg_has_super_block(aux_info.groups - 1))
223 if (ext4_bg_has_super_block(i)) {
308 if (ext4_bg_has_super_block(i)) {
H A Dext4_utils.h157 int ext4_bg_has_super_block(int bg);
H A Dext4fixup.c411 if (ext4_bg_has_super_block(i)) {
H A Dallocate.c277 bg->has_superblock = ext4_bg_has_super_block(i);

Completed in 79 milliseconds