Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dzmap.c80 unsigned int vcnt, u8 *in, int i) in get_compacted_la_distance() argument
85 DBG_BUGON(i >= vcnt); in get_compacted_la_distance()
93 } while (++i < vcnt); in get_compacted_la_distance()
111 unsigned int vcnt, lo, lobits, encodebits, nblk, bytes; in z_erofs_load_compact_lcluster() local
144 vcnt = 2; in z_erofs_load_compact_lcluster()
146 vcnt = 16; in z_erofs_load_compact_lcluster()
155 m->nextpackoff = round_down(pos, vcnt << amortizedshift) + in z_erofs_load_compact_lcluster()
156 (vcnt << amortizedshift); in z_erofs_load_compact_lcluster()
158 encodebits = ((vcnt << amortizedshift) - sizeof(__le32)) * 8 / vcnt; in z_erofs_load_compact_lcluster()
159 bytes = pos & ((vcnt << amortizedshift) - 1); in z_erofs_load_compact_lcluster()
[all …]
H A Dzdata.c55 unsigned int vcnt; member
723 fe->pcl->vcnt += (ret >= 0); in z_erofs_attach_page()
865 Z_EROFS_INLINE_BVECS, fe->pcl->vcnt); in z_erofs_pcluster_begin()
1202 for (i = 0; i < pcl->vcnt; ++i) { in z_erofs_parse_out_bvecs()
1382 pcl->vcnt = 0; in z_erofs_decompress_pcluster()
/linux/drivers/md/
H A Draid1.c1231 unsigned vcnt = (size + PAGE_SIZE - 1) >> PAGE_SHIFT; in alloc_behind_master_bio() local
1235 behind_bio = bio_alloc_bioset(NULL, vcnt, bio->bi_opf, GFP_NOIO, in alloc_behind_master_bio()
1244 while (i < vcnt && size) { in alloc_behind_master_bio()
2241 int vcnt; in process_checks() local
2244 vcnt = (r1_bio->sectors + PAGE_SIZE / 512 - 1) >> (PAGE_SHIFT - 9); in process_checks()
2292 for (j = vcnt; j-- ; ) { in process_checks()
H A Draid10.c2339 int vcnt; in sync_request_write() local
2358 vcnt = (r10_bio->sectors + (PAGE_SIZE >> 9) - 1) >> (PAGE_SHIFT - 9); in sync_request_write()
2381 for (j = 0; j < vcnt; j++) { in sync_request_write()
2391 if (j == vcnt) in sync_request_write()
/linux/block/
H A Dbio.c306 unsigned short vcnt = bio->bi_vcnt, i; in bio_reuse() local
315 for (i = 0; i < vcnt; i++) in bio_reuse()
317 bio->bi_vcnt = vcnt; in bio_reuse()