Lines Matching refs:opcnt
2510 if (args->opcnt == 0)
2523 if (args->opcnt != 1)
2544 struct nfsd4_op *this = &argp->ops[resp->opcnt - 1];
2545 struct nfsd4_op *next = &argp->ops[resp->opcnt];
2560 if (argp->opcnt == resp->opcnt)
2585 for (i = 0; i < args->opcnt; i++) {
2633 /* reserve space for: taglen, tag, and opcnt */
2658 resp->opcnt = 1;
2666 while (!status && resp->opcnt < args->opcnt) {
2667 op = &args->ops[resp->opcnt++];
2669 if (unlikely(resp->opcnt == NFSD_MAX_OPS_PER_COMPOUND)) {
2673 args->client_opcnt > resp->opcnt) {
2715 if (resp->opcnt < args->opcnt)
2754 trace_nfsd_compound_status(args->client_opcnt, resp->opcnt,
3587 opiter = resp->opcnt;
3588 while (opiter < argp->opcnt) {