Home
last modified time | relevance | path

Searched refs:ext4_bg_has_super_block (Results 1 – 3 of 3) sorted by relevance

/system/extras/ext4_utils/include/ext4_utils/
Dext4_utils.h113 int ext4_bg_has_super_block(int bg);
/system/extras/ext4_utils/
Dext4_utils.cpp73 int ext4_bg_has_super_block(int bg) { in ext4_bg_has_super_block() function
114 if (ext4_bg_has_super_block((int)aux_info.groups - 1)) in ext4_create_fs_aux_info()
/system/vold/
DEncryptInplace.cpp192 if (!ext4_bg_has_super_block(group)) return 0; in NumBaseMetaBlocksInGroup()