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

/system/extras/ext4_utils/
H A Dext4_utils.c125 int ext4_bg_has_super_block(int bg) function
179 if (ext4_bg_has_super_block(i)) {
220 if (ext4_bg_has_super_block(aux_info.groups - 1))
364 if (ext4_bg_has_super_block(i)) {
437 if (ext4_bg_has_super_block(i)) {
H A Dext4_utils.h138 int ext4_bg_has_super_block(int bg);
H A Dext4fixup.c304 if (ext4_bg_has_super_block(i)) {
H A Dallocate.c272 bg->has_superblock = ext4_bg_has_super_block(i);

Completed in 65 milliseconds