vcnt             1115 drivers/md/raid1.c 	unsigned vcnt = (size + PAGE_SIZE - 1) >> PAGE_SHIFT;
vcnt             1119 drivers/md/raid1.c 	behind_bio = bio_alloc_mddev(GFP_NOIO, vcnt, r1_bio->mddev);
vcnt             1131 drivers/md/raid1.c 	while (i < vcnt && size) {
vcnt             2117 drivers/md/raid1.c 	int vcnt;
vcnt             2120 drivers/md/raid1.c 	vcnt = (r1_bio->sectors + PAGE_SIZE / 512 - 1) >> (PAGE_SHIFT - 9);
vcnt             2169 drivers/md/raid1.c 			for (j = vcnt; j-- ; ) {
vcnt             2013 drivers/md/raid10.c 	int vcnt;
vcnt             2032 drivers/md/raid10.c 	vcnt = (r10_bio->sectors + (PAGE_SIZE >> 9) - 1) >> (PAGE_SHIFT - 9);
vcnt             2055 drivers/md/raid10.c 			for (j = 0; j < vcnt; j++) {
vcnt             2065 drivers/md/raid10.c 			if (j == vcnt)
vcnt               65 fs/erofs/zdata.c 	cl->vcnt = 0;
vcnt               77 fs/erofs/zdata.c 	DBG_BUGON(cl->vcnt);
vcnt              305 fs/erofs/zdata.c 	clt->cl->vcnt += (unsigned int)ret;
vcnt              486 fs/erofs/zdata.c 				  cl->pagevec, cl->vcnt);
vcnt              806 fs/erofs/zdata.c 	for (i = 0; i < cl->vcnt; ++i) {
vcnt              944 fs/erofs/zdata.c 	cl->vcnt = 0;
vcnt               35 fs/erofs/zdata.h 	unsigned int vcnt;
vcnt              202 fs/erofs/zmap.c 	unsigned int vcnt, base, lo, encodebits, nblk;
vcnt              207 fs/erofs/zmap.c 		vcnt = 2;
vcnt              209 fs/erofs/zmap.c 		vcnt = 16;
vcnt              213 fs/erofs/zmap.c 	encodebits = ((vcnt << amortizedshift) - sizeof(__le32)) * 8 / vcnt;
vcnt              214 fs/erofs/zmap.c 	base = round_down(eofs, vcnt << amortizedshift);
vcnt              224 fs/erofs/zmap.c 		if (i + 1 != vcnt) {
vcnt              254 fs/erofs/zmap.c 	in += (vcnt << amortizedshift) - sizeof(__le32);
vcnt              168 tools/perf/tests/attr.c 	int vcnt = min(verbose, (int) sizeof(v) - 1);
vcnt              172 tools/perf/tests/attr.c 		vcnt++;
vcnt              175 tools/perf/tests/attr.c 		  d, d, perf, vcnt, v);