HomeSort by relevance Sort by last modified time
    Searched refs:ext4_bg_has_super_block (Results 1 - 3 of 3) sorted by null

  /system/extras/ext4_utils/
ext4_utils.c 61 int ext4_bg_has_super_block(int bg) function
139 if (ext4_bg_has_super_block(aux_info.groups - 1))
243 if (ext4_bg_has_super_block(i)) {
276 if (ext4_bg_has_super_block(i)) {
ext4_utils.h 118 int ext4_bg_has_super_block(int bg);
allocate.c 258 bg->has_superblock = ext4_bg_has_super_block(i);

Completed in 16 milliseconds