Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:blkcount

17  * 	%B	<blkcount>		interpret blkcount as blkcount
49 * %r <blkcount> interpret blkcount as refcount
421 if (ctx->blkcount == BLOCK_COUNT_IND)
423 else if (ctx->blkcount == BLOCK_COUNT_DIND)
425 else if (ctx->blkcount == BLOCK_COUNT_TIND)
427 else if (ctx->blkcount == BLOCK_COUNT_TRANSLATOR)
434 if (ctx->blkcount >= 0) {
436 printf("%d", ctx->blkcount);
438 printf("%lld", (long long) ctx->blkcount);
486 printf("%d", ctx->blkcount);
488 printf("%lld", (long long) ctx->blkcount);