Lines Matching refs:opcnt
2201 if (args->opcnt == 0) in nfs41_check_op_ordering()
2214 if (args->opcnt != 1) in nfs41_check_op_ordering()
2235 struct nfsd4_op *this = &argp->ops[resp->opcnt - 1]; in need_wrongsec_check()
2236 struct nfsd4_op *next = &argp->ops[resp->opcnt]; in need_wrongsec_check()
2251 if (argp->opcnt == resp->opcnt) in need_wrongsec_check()
2295 for (i = 0; i < args->opcnt; i++) { in check_if_stalefh_allowed()
2360 if (args->opcnt > NFSD_MAX_OPS_PER_COMPOUND) in nfsd4_proc_compound()
2367 resp->opcnt = 1; in nfsd4_proc_compound()
2374 trace_nfsd_compound(rqstp, args->opcnt); in nfsd4_proc_compound()
2375 while (!status && resp->opcnt < args->opcnt) { in nfsd4_proc_compound()
2376 op = &args->ops[resp->opcnt++]; in nfsd4_proc_compound()
2414 if (resp->opcnt < args->opcnt) in nfsd4_proc_compound()
2453 trace_nfsd_compound_status(args->opcnt, resp->opcnt, status, in nfsd4_proc_compound()
3246 struct nfsd4_op *this = &argp->ops[resp->opcnt - 1]; in nfsd4_spo_must_allow()
3257 opiter = resp->opcnt; in nfsd4_spo_must_allow()
3258 while (opiter < argp->opcnt) { in nfsd4_spo_must_allow()