Searched refs:sb_block (Results 1 – 2 of 2) sorted by relevance
154 aux_info.sb_block = (struct ext4_super_block *)calloc(1, info.block_size); in ext4_create_fs_aux_info()155 if (!aux_info.sb_block) in ext4_create_fs_aux_info()159 aux_info.sb = (struct ext4_super_block *)((char *)aux_info.sb_block + 1024); in ext4_create_fs_aux_info()161 aux_info.sb = aux_info.sb_block; in ext4_create_fs_aux_info()183 free(aux_info.sb_block); in ext4_free_fs_aux_info()
102 struct ext4_super_block *sb_block; member