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

  /external/e2fsprogs/e2fsck/
e2fsck.c 100 if (ctx->block_ea_map) {
101 ext2fs_free_block_bitmap(ctx->block_ea_map);
102 ctx->block_ea_map = 0;
pass1.c 959 /* We don't need the block_ea_map any more */
960 if (ctx->block_ea_map) {
961 ext2fs_free_block_bitmap(ctx->block_ea_map);
962 ctx->block_ea_map = 0;
    [all...]
e2fsck.h 227 ext2fs_block_bitmap block_ea_map; /* Blocks which are used by EA's */ member in struct:e2fsck_struct

Completed in 15 milliseconds