Home
last modified time | relevance | path

Searched refs:vcnt (Results 1 – 5 of 5) sorted by relevance

/linux/fs/erofs/
H A Dzmap.c75 unsigned int vcnt, u8 *in, int i) in get_compacted_la_distance() argument
80 DBG_BUGON(i >= vcnt); in get_compacted_la_distance()
88 } while (++i < vcnt); in get_compacted_la_distance()
90 /* vcnt - 1 (Z_EROFS_LCLUSTER_TYPE_NONHEAD) item */ in get_compacted_la_distance()
106 unsigned int vcnt, lo, lobits, encodebits, nblk, bytes; in z_erofs_load_compact_lcluster() local
139 vcnt = 2; in z_erofs_load_compact_lcluster()
141 vcnt = 16; in z_erofs_load_compact_lcluster()
150 m->nextpackoff = round_down(pos, vcnt << amortizedshift) + in z_erofs_load_compact_lcluster()
151 (vcnt << amortizedshift); in z_erofs_load_compact_lcluster()
153 encodebits = ((vcnt << amortizedshif in z_erofs_load_compact_lcluster()
[all...]
H A Dzdata.c55 unsigned int vcnt; member
718 fe->pcl->vcnt += (ret >= 0); in z_erofs_attach_page()
862 Z_EROFS_INLINE_BVECS, fe->pcl->vcnt); in z_erofs_pcluster_begin()
1199 for (i = 0; i < pcl->vcnt; ++i) { in z_erofs_parse_out_bvecs()
1379 pcl->vcnt = 0; in z_erofs_decompress_pcluster()
/linux/block/
H A Dbio.c306 unsigned short vcnt = bio->bi_vcnt, i; in bio_reset()
315 for (i = 0; i < vcnt; i++)
317 bio->bi_vcnt = vcnt;
334 unsigned short vcnt = bio->bi_vcnt, i; bio_reuse() local
/linux/drivers/md/
H A Draid1.c1246 unsigned vcnt = (size + PAGE_SIZE - 1) >> PAGE_SHIFT; in alloc_behind_master_bio()
1250 behind_bio = bio_alloc_bioset(NULL, vcnt, bio->bi_opf, GFP_NOIO, in alloc_behind_master_bio()
1259 while (i < vcnt && size) { in alloc_behind_master_bio()
2278 int vcnt; in process_checks()
2281 vcnt = (r1_bio->sectors + PAGE_SIZE / 512 - 1) >> (PAGE_SHIFT - 9); in process_checks()
2329 for (j = vcnt; j-- ; ) { in sync_request_write()
1223 unsigned vcnt = (size + PAGE_SIZE - 1) >> PAGE_SHIFT; alloc_behind_master_bio() local
2255 int vcnt; process_checks() local
H A Draid10.c2346 int vcnt; in sync_request_write() local
2365 vcnt = (r10_bio->sectors + (PAGE_SIZE >> 9) - 1) >> (PAGE_SHIFT - 9); in sync_request_write()
2388 for (j = 0; j < vcnt; j++) { in sync_request_write()
2398 if (j == vcnt) in sync_request_write()