Home
last modified time | relevance | path

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

12

/external/e2fsprogs/e2fsck/
Dmessage.c411 if (ctx->blkcount == BLOCK_COUNT_IND) in expand_percent_expression()
413 else if (ctx->blkcount == BLOCK_COUNT_DIND) in expand_percent_expression()
415 else if (ctx->blkcount == BLOCK_COUNT_TIND) in expand_percent_expression()
417 else if (ctx->blkcount == BLOCK_COUNT_TRANSLATOR) in expand_percent_expression()
424 if (ctx->blkcount >= 0) in expand_percent_expression()
425 fprintf(f, "%lld", (long long) ctx->blkcount); in expand_percent_expression()
465 fprintf(f, "%*lld", width, (long long) ctx->blkcount); in expand_percent_expression()
Dproblem.h20 e2_blkcnt_t blkcount; member
Dpass1b.c573 pctx.blkcount = p->num_dupblocks; in pass1d()
576 pctx.blkcount = 0; in pass1d()
Dpass2.c227 pctx.blkcount = b; in e2fsck_pass2()
964 cd->pctx.blkcount = db->blockcnt; in check_dir_block()
Dpass1.c2335 pctx.blkcount = header->h_refcount; in adjust_extattr_refcount()
2805 pctx->blkcount = extent.e_lblk + extent.e_len; in scan_extent_node()
3712 pctx->blkcount = blockcnt; in process_block()
3813 pctx->blkcount = blockcnt; in process_bad_block()
Dsuper.c101 pctx->blkcount = blockcnt; in release_inode_block()
Dproblem.c2174 ctx->blkcount = -1; in clear_problem_context()
/external/u-boot/drivers/mmc/
Darm_pl180_mmci.c108 static int read_bytes(struct mmc *dev, u32 *dest, u32 blkcount, u32 blksize) in read_bytes() argument
111 u64 xfercount = blkcount * blksize; in read_bytes()
115 debug("read_bytes: blkcount=%u blksize=%u\n", blkcount, blksize); in read_bytes()
163 static int write_bytes(struct mmc *dev, u32 *src, u32 blkcount, u32 blksize) in write_bytes() argument
167 u64 xfercount = blkcount * blksize; in write_bytes()
171 debug("write_bytes: blkcount=%u blksize=%u\n", blkcount, blksize); in write_bytes()
/external/e2fsprogs/po/
De2fsprogs.pot34 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Dfi.po32 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Duk.po35 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Dsr.po33 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Dzh_CN.po33 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Dms.po32 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Dda.po35 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Deo.po36 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Did.po36 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Dit.po34 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Dnl.po51 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Dpl.po32 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Dtr.po33 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Dsv.po35 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Des.po53 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Dcs.po34 #. %B "indirect block" | "block #"<blkcount> string | string+integer
Dhu.po34 #. %B "indirect block" | "block #"<blkcount> string | string+integer

12