Searched refs:blkcount (Results 1 – 20 of 20) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | message.c | 420 if (ctx->blkcount == BLOCK_COUNT_IND) in expand_percent_expression() 422 else if (ctx->blkcount == BLOCK_COUNT_DIND) in expand_percent_expression() 424 else if (ctx->blkcount == BLOCK_COUNT_TIND) in expand_percent_expression() 426 else if (ctx->blkcount == BLOCK_COUNT_TRANSLATOR) in expand_percent_expression() 433 if (ctx->blkcount >= 0) { in expand_percent_expression() 435 fprintf(f, "%d", ctx->blkcount); in expand_percent_expression() 437 fprintf(f, "%lld", (long long) ctx->blkcount); in expand_percent_expression() 485 fprintf(f, "%*d", width, ctx->blkcount); in expand_percent_expression() 487 fprintf(f, "%*lld", width, (long long) ctx->blkcount); in expand_percent_expression()
|
D | problem.h | 21 e2_blkcnt_t blkcount; member
|
D | pass1b.c | 523 pctx.blkcount = p->num_dupblocks; in pass1d() 526 pctx.blkcount = 0; in pass1d()
|
D | pass1.c | 1498 pctx.blkcount = header->h_refcount; in adjust_extattr_refcount() 1837 pctx->blkcount = extent.e_lblk + extent.e_len; in scan_extent_node() 2371 pctx->blkcount = blockcnt; in process_block() 2458 pctx->blkcount = blockcnt; in process_bad_block()
|
D | pass2.c | 204 pctx.blkcount = b; in e2fsck_pass2() 773 cd->pctx.blkcount = db->blockcnt; in check_dir_block()
|
D | super.c | 76 pctx->blkcount = blockcnt; in release_inode_block()
|
D | problem.c | 1813 ctx->blkcount = -1; in clear_problem_context()
|
/external/e2fsprogs/po/ |
D | zh_CN.po | 28 #. %B <blkcount> integer
|
D | e2fsprogs.pot | 31 #. %B <blkcount> integer
|
D | it.po | 30 #. %B <blkcount> integer
|
D | id.po | 33 #. %B <blkcount> integer
|
D | ca.po | 29 #. %B <blkcount> integer
|
D | de.po | 32 #. %B <blkcount> integer
|
D | nl.po | 34 #. %B <blkcount> integer
|
D | pl.po | 29 #. %B <blkcount> integer
|
D | tr.po | 30 #. %B <blkcount> integer
|
D | sv.po | 31 #. %B <blkcount> integer
|
D | es.po | 32 #. %B <blkcount> integer
|
D | cs.po | 30 #. %B <blkcount> integer
|
D | vi.po | 31 #. %B <blkcount> integer
|