Home
last modified time | relevance | path

Searched refs:blkcount (Results 1 – 25 of 30) sorted by relevance

12

/external/e2fsprogs/e2fsck/
Dmessage.c409 if (ctx->blkcount == BLOCK_COUNT_IND) in expand_percent_expression()
411 else if (ctx->blkcount == BLOCK_COUNT_DIND) in expand_percent_expression()
413 else if (ctx->blkcount == BLOCK_COUNT_TIND) in expand_percent_expression()
415 else if (ctx->blkcount == BLOCK_COUNT_TRANSLATOR) in expand_percent_expression()
422 if (ctx->blkcount >= 0) in expand_percent_expression()
423 fprintf(f, "%lld", (long long) ctx->blkcount); in expand_percent_expression()
463 fprintf(f, "%*lld", width, (long long) ctx->blkcount); in expand_percent_expression()
Dproblem.h20 e2_blkcnt_t blkcount; member
Dproblem.c2360 ctx->blkcount = -1; in clear_problem_context()
2400 if (pctx->blkcount != (e2_blkcnt_t) -1) in print_problem()
2401 fprintf(f, " blkcount=\"%lld\"", (unsigned long long) pctx->blkcount); in print_problem()
Dpass1b.c574 pctx.blkcount = p->num_dupblocks; in pass1d()
577 pctx.blkcount = 0; in pass1d()
Dpass2.c233 pctx.blkcount = b; in e2fsck_pass2()
1112 cd->pctx.blkcount = db->blockcnt; in check_dir_block()
Dpass1.c2377 pctx.blkcount = header->h_refcount; in adjust_extattr_refcount()
2883 pctx->blkcount = extent.e_lblk + extent.e_len; in scan_extent_node()
3814 pctx->blkcount = blockcnt; in process_block()
3915 pctx->blkcount = blockcnt; in process_bad_block()
Dsuper.c101 pctx->blkcount = blockcnt; in release_inode_block()
/external/e2fsprogs/lib/ext2fs/
Dextent.c1831 blk64_t blkcount = 0; in ext2fs_count_blocks() local
1847 blkcount = handle->level; in ext2fs_count_blocks()
1850 blkcount += extent.e_len; in ext2fs_count_blocks()
1854 blkcount++; in ext2fs_count_blocks()
1864 *ret_count = blkcount; in ext2fs_count_blocks()
/external/e2fsprogs/po/
De2fsprogs.pot42 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Dfi.po32 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Dfur.po41 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Dsr.po40 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Duk.po42 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Dzh_CN.po42 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Dda.po35 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Did.po36 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Dms.po39 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Deo.po36 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Dit.po34 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Dtr.po33 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Dde.po43 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Dpl.po39 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Dnl.po59 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Dpt.po42 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Dsv.po42 #. %B "indirect block" | "block #"<blkcount> string | string+integer

12