Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:bcount

25 		    e2_blkcnt_t	bcount,
29 e2_blkcnt_t bcount;
74 ctx->bcount += limit;
93 for (i = 0; i < limit; i++, ctx->bcount++, block_nr++) {
94 flags = (*ctx->func)(ctx->fs, block_nr, ctx->bcount,
105 for (i = 0; i < limit; i++, ctx->bcount++, block_nr++) {
108 flags = (*ctx->func)(ctx->fs, block_nr, ctx->bcount,
152 ctx->bcount += limit*limit;
185 ctx->bcount += limit;
231 ctx->bcount += limit*limit*limit;
264 ctx->bcount += limit*limit;
335 ctx.bcount = 0;
461 for (i = 0; i < EXT2_NDIR_BLOCKS ; i++, ctx.bcount++) {
464 ctx.bcount, 0, i, priv_data);
476 ctx.bcount += limit;
483 ctx.bcount += limit * limit;
513 int bcount,