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

  /system/extras/ext4_utils/
ext4_utils.c 240 aux_info.sb_block = calloc(1, info.block_size);
241 if (!aux_info.sb_block)
245 aux_info.sb = (struct ext4_super_block *)((char *)aux_info.sb_block + 1024);
247 aux_info.sb = aux_info.sb_block;
269 free(aux_info.sb_block);
397 aux_info.sb_zero : aux_info.sb_block);
ext4_utils.h 102 struct ext4_super_block *sb_block; member in struct:fs_aux_info

Completed in 52 milliseconds