Home
last modified time | relevance | path

Searched refs:vcnt (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/fs/erofs/
H A Dzmap.c96 unsigned int vcnt, u8 *in, int i) in get_compacted_la_distance()
101 DBG_BUGON(i >= vcnt); in get_compacted_la_distance()
109 } while (++i < vcnt); in get_compacted_la_distance()
111 /* vcnt - 1 (Z_EROFS_LCLUSTER_TYPE_NONHEAD) item */ in get_compacted_la_distance()
123 unsigned int vcnt, base, lo, lobits, encodebits, nblk, eofs; in unpack_compacted_index() local
129 vcnt = 2; in unpack_compacted_index()
131 vcnt = 16; in unpack_compacted_index()
136 m->nextpackoff = round_down(pos, vcnt << amortizedshift) + in unpack_compacted_index()
137 (vcnt << amortizedshift); in unpack_compacted_index()
140 encodebits = ((vcnt << amortizedshif in unpack_compacted_index()
94 get_compacted_la_distance(unsigned int lobits, unsigned int encodebits, unsigned int vcnt, u8 *in, int i) get_compacted_la_distance() argument
[all...]
H A Dzdata.c57 unsigned int vcnt; member
756 fe->pcl->vcnt += (ret >= 0); in z_erofs_attach_page()
880 Z_EROFS_INLINE_BVECS, fe->pcl->vcnt); in z_erofs_pcluster_begin()
1180 for (i = 0; i < pcl->vcnt; ++i) { in z_erofs_parse_out_bvecs()
1346 pcl->vcnt = 0; in z_erofs_decompress_pcluster()
/kernel/linux/linux-5.10/fs/erofs/
H A Dzmap.c214 unsigned int vcnt, base, lo, encodebits, nblk; in unpack_compacted_index() local
219 vcnt = 2; in unpack_compacted_index()
221 vcnt = 16; in unpack_compacted_index()
225 encodebits = ((vcnt << amortizedshift) - sizeof(__le32)) * 8 / vcnt; in unpack_compacted_index()
226 base = round_down(eofs, vcnt << amortizedshift); in unpack_compacted_index()
236 if (i + 1 != vcnt) { in unpack_compacted_index()
266 in += (vcnt << amortizedshift) - sizeof(__le32); in unpack_compacted_index()
H A Dzdata.c65 cl->vcnt = 0; in z_erofs_pcluster_init_once()
294 clt->cl->vcnt += (unsigned int)ret; in z_erofs_attach_page()
415 DBG_BUGON(cl->vcnt); in z_erofs_register_collection()
488 clt->cl->pagevec, clt->cl->vcnt); in z_erofs_collector_begin()
792 for (i = 0; i < cl->vcnt; ++i) { in z_erofs_decompress_pcluster()
930 cl->vcnt = 0; in z_erofs_decompress_pcluster()
H A Dzdata.h35 unsigned int vcnt; member
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dattr.c168 int vcnt = min(verbose, (int) sizeof(v) - 1); in run_dir() local
172 vcnt++; in run_dir()
175 d, d, perf, vcnt, v); in run_dir()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dattr.c169 int vcnt = min(verbose, (int) sizeof(v) - 1); in run_dir() local
173 vcnt++; in run_dir()
176 d, d, perf, vcnt, v); in run_dir()
/kernel/linux/linux-5.10/drivers/md/
H A Draid1.c1103 unsigned vcnt = (size + PAGE_SIZE - 1) >> PAGE_SHIFT; in alloc_behind_master_bio() local
1107 behind_bio = bio_alloc_mddev(GFP_NOIO, vcnt, r1_bio->mddev); in alloc_behind_master_bio()
1119 while (i < vcnt && size) { in alloc_behind_master_bio()
2103 int vcnt; in process_checks() local
2106 vcnt = (r1_bio->sectors + PAGE_SIZE / 512 - 1) >> (PAGE_SHIFT - 9); in process_checks()
2155 for (j = vcnt; j-- ; ) { in process_checks()
H A Draid10.c2016 int vcnt; in sync_request_write() local
2035 vcnt = (r10_bio->sectors + (PAGE_SIZE >> 9) - 1) >> (PAGE_SHIFT - 9); in sync_request_write()
2058 for (j = 0; j < vcnt; j++) { in sync_request_write()
2068 if (j == vcnt) in sync_request_write()
/kernel/linux/linux-6.6/drivers/md/
H A Draid1.c1123 unsigned vcnt = (size + PAGE_SIZE - 1) >> PAGE_SHIFT; in alloc_behind_master_bio() local
1127 behind_bio = bio_alloc_bioset(NULL, vcnt, 0, GFP_NOIO, in alloc_behind_master_bio()
1138 while (i < vcnt && size) { in alloc_behind_master_bio()
2148 int vcnt; in process_checks() local
2151 vcnt = (r1_bio->sectors + PAGE_SIZE / 512 - 1) >> (PAGE_SHIFT - 9); in process_checks()
2199 for (j = vcnt; j-- ; ) { in process_checks()
H A Draid10.c2408 int vcnt; in sync_request_write() local
2427 vcnt = (r10_bio->sectors + (PAGE_SIZE >> 9) - 1) >> (PAGE_SHIFT - 9); in sync_request_write()
2450 for (j = 0; j < vcnt; j++) { in sync_request_write()
2460 if (j == vcnt) in sync_request_write()

Completed in 24 milliseconds