Searched refs:blkcount (Results 1 – 25 of 28) sorted by relevance
12
/external/e2fsprogs/e2fsck/ |
D | message.c | 411 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()
|
D | problem.h | 20 e2_blkcnt_t blkcount; member
|
D | pass1b.c | 573 pctx.blkcount = p->num_dupblocks; in pass1d() 576 pctx.blkcount = 0; in pass1d()
|
D | pass2.c | 227 pctx.blkcount = b; in e2fsck_pass2() 964 cd->pctx.blkcount = db->blockcnt; in check_dir_block()
|
D | pass1.c | 2335 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()
|
D | super.c | 101 pctx->blkcount = blockcnt; in release_inode_block()
|
D | problem.c | 2174 ctx->blkcount = -1; in clear_problem_context()
|
/external/u-boot/drivers/mmc/ |
D | arm_pl180_mmci.c | 108 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/ |
D | e2fsprogs.pot | 34 #. %B "indirect block" | "block #"<blkcount> string | string+integer
|
D | fi.po | 32 #. %B "indirect block" | "block #"<blkcount> string | string+integer
|
D | uk.po | 35 #. %B "indirect block" | "block #"<blkcount> string | string+integer
|
D | sr.po | 33 #. %B "indirect block" | "block #"<blkcount> string | string+integer
|
D | zh_CN.po | 33 #. %B "indirect block" | "block #"<blkcount> string | string+integer
|
D | ms.po | 32 #. %B "indirect block" | "block #"<blkcount> string | string+integer
|
D | da.po | 35 #. %B "indirect block" | "block #"<blkcount> string | string+integer
|
D | eo.po | 36 #. %B "indirect block" | "block #"<blkcount> string | string+integer
|
D | id.po | 36 #. %B "indirect block" | "block #"<blkcount> string | string+integer
|
D | it.po | 34 #. %B "indirect block" | "block #"<blkcount> string | string+integer
|
D | nl.po | 51 #. %B "indirect block" | "block #"<blkcount> string | string+integer
|
D | pl.po | 32 #. %B "indirect block" | "block #"<blkcount> string | string+integer
|
D | tr.po | 33 #. %B "indirect block" | "block #"<blkcount> string | string+integer
|
D | sv.po | 35 #. %B "indirect block" | "block #"<blkcount> string | string+integer
|
D | es.po | 53 #. %B "indirect block" | "block #"<blkcount> string | string+integer
|
D | cs.po | 34 #. %B "indirect block" | "block #"<blkcount> string | string+integer
|
D | hu.po | 34 #. %B "indirect block" | "block #"<blkcount> string | string+integer
|
12