qx                872 fs/gfs2/quota.c 	unsigned int qx, x;
qx                892 fs/gfs2/quota.c 	for (qx = 0; qx < num_qd; qx++) {
qx                893 fs/gfs2/quota.c 		error = gfs2_glock_nq_init(qda[qx]->qd_gl, LM_ST_EXCLUSIVE,
qx                894 fs/gfs2/quota.c 					   GL_NOCACHE, &ghs[qx]);
qx                954 fs/gfs2/quota.c 	while (qx--)
qx                955 fs/gfs2/quota.c 		gfs2_glock_dq_uninit(&ghs[qx]);
qx                 24 lib/raid6/recov.c 	u8 px, qx, db;
qx                 56 lib/raid6/recov.c 		qx    = qmul[*q ^ *dq];
qx                 57 lib/raid6/recov.c 		*dq++ = db = pbmul[px] ^ qx; /* Reconstructed B */
qx                 50 lib/raid6/recov_neon_inner.c 		uint8x16_t vx, vy, px, qx, db;
qx                 58 lib/raid6/recov_neon_inner.c 		qx = veorq_u8(vx, vy);
qx                 64 lib/raid6/recov_neon_inner.c 		db = veorq_u8(vx, qx);