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

  /external/e2fsprogs/e2fsck/
pass5.c 82 if (pctx->blk == pctx->blk2)
83 pctx->blk2 = 0;
88 if (pctx->blk == pctx->blk2)
89 pctx->blk2 = 0;
107 pctx->blk = pctx->blk2 = NO_BLK;
137 pctx.blk2 = fs->super->s_blocks_count -1;
152 pctx.blk2 = fs->super->s_blocks_count -1;
167 pctx.blk = pctx.blk2 = NO_BLK;
211 pctx.blk = pctx.blk2 = i;
215 (pctx.blk2 == i-1)
    [all...]
message.c 18 * %c <blk2> block number
401 printf("%u", ctx->blk2);
super.c 530 pctx.blk2 = ctx->num_blocks;
539 pctx.blk2 = EXT2_FRAG_SIZE(sb);
549 pctx.blk2 = should_be;
558 pctx.blk2 = should_be;
problem.h 19 blk_t blk, blk2; member in struct:problem_context
pass2.c 208 pctx.blk2 = dx_db->node_min_hash;
228 pctx.blk2 = dx_db->node_max_hash;
    [all...]
pass1.c     [all...]

Completed in 47 milliseconds