Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/e2fsprogs/e2fsck/
H A 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()
H A 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()
H A Dproblem.h20 e2_blkcnt_t blkcount; member
H A Dpass1b.c574 pctx.blkcount = p->num_dupblocks; in pass1d()
577 pctx.blkcount = 0; in pass1d()
H A 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()
H A Dpass2.c233 pctx.blkcount = b; in e2fsck_pass2()
1112 cd->pctx.blkcount = db->blockcnt; in check_dir_block()
H A Dsuper.c101 pctx->blkcount = blockcnt; in release_inode_block()
/aosp_15_r20/packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/
Dsynthesis-sbc.c253 OI_UINT blkcount);
275 OI_UINT blkstart, OI_UINT blkcount) { in OI_SBC_SynthFrame_80() argument
282 OI_UINT blkstop = blkstart + blkcount; in OI_SBC_SynthFrame_80()
310 OI_UINT blkstart, OI_UINT blkcount) { in OI_SBC_SynthFrame_4SB() argument
317 OI_UINT blkstop = blkstart + blkcount; in OI_SBC_SynthFrame_4SB()
347 OI_UINT blkstart, OI_UINT blkcount) { in OI_SBC_SynthFrame_Enhanced() argument
354 OI_UINT blkstop = blkstart + blkcount; in OI_SBC_SynthFrame_Enhanced()
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A 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()
/aosp_15_r20/external/e2fsprogs/po/
H A De2fsprogs.pot42 #. %B "indirect block" | "block #"<blkcount> string | string+integer
H A Dfi.po32 #. %B "indirect block" | "block #"<blkcount> string | string+integer
H A Dsr.po40 #. %B "indirect block" | "block #"<blkcount> string | string+integer
H A Dfur.po41 #. %B "indirect block" | "block #"<blkcount> string | string+integer
H A Duk.po42 #. %B "indirect block" | "block #"<blkcount> string | string+integer
H A Dzh_CN.po42 #. %B "indirect block" | "block #"<blkcount> string | string+integer
H A Dms.po39 #. %B "indirect block" | "block #"<blkcount> string | string+integer
H A Dda.po35 #. %B "indirect block" | "block #"<blkcount> string | string+integer
H A Dit.po34 #. %B "indirect block" | "block #"<blkcount> string | string+integer
H A Did.po36 #. %B "indirect block" | "block #"<blkcount> string | string+integer
H A Deo.po36 #. %B "indirect block" | "block #"<blkcount> string | string+integer
H A Dtr.po33 #. %B "indirect block" | "block #"<blkcount> string | string+integer
H A Dhu.po34 #. %B "indirect block" | "block #"<blkcount> string | string+integer
H A Dnl.po59 #. %B "indirect block" | "block #"<blkcount> string | string+integer
H A Dpl.po39 #. %B "indirect block" | "block #"<blkcount> string | string+integer
H A Dca.po33 #. %B "indirect block" | "block #"<blkcount> string | string+integer

12