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