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,
151 ctx->bcount += limit*limit;
184 ctx->bcount += limit;
230 ctx->bcount += limit*limit*limit;
263 ctx->bcount += limit*limit;
334 ctx.bcount = 0;
460 for (i = 0; i < EXT2_NDIR_BLOCKS ; i++, ctx.bcount++) {
463 ctx.bcount, 0, i, priv_data);
475 ctx.bcount += limit;
482 ctx.bcount += limit * limit;
512 int bcount,