Lines Matching refs:opcnt
2193 if (args->opcnt == 0)
2206 if (args->opcnt != 1)
2227 struct nfsd4_op *this = &argp->ops[resp->opcnt - 1];
2228 struct nfsd4_op *next = &argp->ops[resp->opcnt];
2243 if (argp->opcnt == resp->opcnt)
2287 for (i = 0; i < args->opcnt; i++) {
2331 /* reserve space for: taglen, tag, and opcnt */
2352 if (args->opcnt > NFSD_MAX_OPS_PER_COMPOUND)
2359 resp->opcnt = 1;
2366 trace_nfsd_compound(rqstp, args->opcnt);
2367 while (!status && resp->opcnt < args->opcnt) {
2368 op = &args->ops[resp->opcnt++];
2406 if (resp->opcnt < args->opcnt)
2445 trace_nfsd_compound_status(args->opcnt, resp->opcnt, status,
3238 struct nfsd4_op *this = &argp->ops[resp->opcnt - 1];
3249 opiter = resp->opcnt;
3250 while (opiter < argp->opcnt) {