Searched refs:vcnt (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/erofs/ |
| H A D | zmap.c | 75 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() 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 << amortizedshift) - sizeof(__le32)) * 8 / vcnt; in z_erofs_load_compact_lcluster() 154 bytes = pos & ((vcnt << amortizedshift) - 1); in z_erofs_load_compact_lcluster() [all …]
|
| H A D | zdata.c | 55 unsigned int vcnt; member 719 fe->pcl->vcnt += (ret >= 0); in z_erofs_attach_page() 863 Z_EROFS_INLINE_BVECS, fe->pcl->vcnt); in z_erofs_pcluster_begin() 1201 for (i = 0; i < pcl->vcnt; ++i) { in z_erofs_parse_out_bvecs() 1381 pcl->vcnt = 0; in z_erofs_decompress_pcluster()
|
| /linux/block/ |
| H A D | bio.c | 334 unsigned short vcnt = bio->bi_vcnt, i; in bio_reuse() local 343 for (i = 0; i < vcnt; i++) in bio_reuse() 345 bio->bi_vcnt = vcnt; in bio_reuse()
|
| /linux/drivers/md/ |
| H A D | raid1.c | 1223 unsigned vcnt = (size + PAGE_SIZE - 1) >> PAGE_SHIFT; in alloc_behind_master_bio() local 1227 behind_bio = bio_alloc_bioset(NULL, vcnt, bio->bi_opf, GFP_NOIO, in alloc_behind_master_bio() 1236 while (i < vcnt && size) { in alloc_behind_master_bio() 2255 int vcnt; in process_checks() local 2258 vcnt = (r1_bio->sectors + PAGE_SIZE / 512 - 1) >> (PAGE_SHIFT - 9); in process_checks() 2306 for (j = vcnt; j-- ; ) { in process_checks()
|
| H A D | raid10.c | 2346 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()
|