opcnt             103 drivers/bus/hisi_lpc.c 			      unsigned char *buf, unsigned long opcnt)
opcnt             110 drivers/bus/hisi_lpc.c 	if (!buf || !opcnt || !para || !para->csize || !lpcdev)
opcnt             123 drivers/bus/hisi_lpc.c 	writel_relaxed(opcnt, lpcdev->membase + LPC_REG_OP_LEN);
opcnt             137 drivers/bus/hisi_lpc.c 	readsb(lpcdev->membase + LPC_REG_RDATA, buf, opcnt);
opcnt             156 drivers/bus/hisi_lpc.c 			       const unsigned char *buf, unsigned long opcnt)
opcnt             163 drivers/bus/hisi_lpc.c 	if (!buf || !opcnt || !para || !lpcdev)
opcnt             176 drivers/bus/hisi_lpc.c 	writel_relaxed(opcnt, lpcdev->membase + LPC_REG_OP_LEN);
opcnt             180 drivers/bus/hisi_lpc.c 	writesb(lpcdev->membase + LPC_REG_WDATA, buf, opcnt);
opcnt            1833 fs/nfsd/nfs4proc.c 	if (args->opcnt == 0)
opcnt            1846 fs/nfsd/nfs4proc.c 	if (args->opcnt != 1)
opcnt            1867 fs/nfsd/nfs4proc.c 	struct nfsd4_op *this = &argp->ops[resp->opcnt - 1];
opcnt            1868 fs/nfsd/nfs4proc.c 	struct nfsd4_op *next = &argp->ops[resp->opcnt];
opcnt            1883 fs/nfsd/nfs4proc.c 	if (argp->opcnt == resp->opcnt)
opcnt            1953 fs/nfsd/nfs4proc.c 	if (args->opcnt > NFSD_MAX_OPS_PER_COMPOUND)
opcnt            1960 fs/nfsd/nfs4proc.c 		resp->opcnt = 1;
opcnt            1964 fs/nfsd/nfs4proc.c 	trace_nfsd_compound(rqstp, args->opcnt);
opcnt            1965 fs/nfsd/nfs4proc.c 	while (!status && resp->opcnt < args->opcnt) {
opcnt            1966 fs/nfsd/nfs4proc.c 		op = &args->ops[resp->opcnt++];
opcnt            2003 fs/nfsd/nfs4proc.c 			if (resp->opcnt < args->opcnt)
opcnt            2041 fs/nfsd/nfs4proc.c 		trace_nfsd_compound_status(args->opcnt, resp->opcnt, status,
opcnt            2735 fs/nfsd/nfs4proc.c 	struct nfsd4_op *this = &argp->ops[resp->opcnt - 1];
opcnt            2746 fs/nfsd/nfs4proc.c 	opiter = resp->opcnt;
opcnt            2747 fs/nfsd/nfs4proc.c 	while (opiter < argp->opcnt) {
opcnt            2814 fs/nfsd/nfs4state.c 	slot->sl_opcnt = resp->opcnt;
opcnt            2848 fs/nfsd/nfs4state.c 	op = &args->ops[resp->opcnt - 1];
opcnt            2853 fs/nfsd/nfs4state.c 	if (args->opcnt == 1) {
opcnt            2861 fs/nfsd/nfs4state.c 		op = &args->ops[resp->opcnt++];
opcnt            2895 fs/nfsd/nfs4state.c 	resp->opcnt = slot->sl_opcnt;
opcnt            3533 fs/nfsd/nfs4state.c 	return args->opcnt > session->se_fchannel.maxops;
opcnt            3556 fs/nfsd/nfs4state.c 	if (slot->sl_opcnt < argp->opcnt && !slot->sl_status)
opcnt            3563 fs/nfsd/nfs4state.c 	if (slot->sl_opcnt > argp->opcnt)
opcnt            3593 fs/nfsd/nfs4state.c 	if (resp->opcnt != 1)
opcnt            1923 fs/nfsd/nfs4xdr.c 	argp->opcnt = be32_to_cpup(p++);
opcnt            1933 fs/nfsd/nfs4xdr.c 	if (argp->opcnt > NFSD_MAX_OPS_PER_COMPOUND)
opcnt            1936 fs/nfsd/nfs4xdr.c 	if (argp->opcnt > ARRAY_SIZE(argp->iops)) {
opcnt            1937 fs/nfsd/nfs4xdr.c 		argp->ops = kzalloc(argp->opcnt * sizeof(*argp->ops), GFP_KERNEL);
opcnt            1946 fs/nfsd/nfs4xdr.c 		argp->opcnt = 0;
opcnt            1948 fs/nfsd/nfs4xdr.c 	for (i = 0; i < argp->opcnt; i++) {
opcnt            1983 fs/nfsd/nfs4xdr.c 			argp->opcnt = i+1;
opcnt            4592 fs/nfsd/nfs4xdr.c 	*p++ = htonl(resp->opcnt);
opcnt             661 fs/nfsd/xdr4.h 	u32				opcnt;
opcnt             674 fs/nfsd/xdr4.h 	u32				opcnt;
opcnt             682 fs/nfsd/xdr4.h 	return resp->opcnt == 1 && args->ops[0].opnum == OP_SEQUENCE;
opcnt             705 fs/nfsd/xdr4.h 	return argp->opcnt == resp->opcnt;