Lines Matching refs:opcnt
2346 if (args->opcnt == 0) in nfs41_check_op_ordering()
2359 if (args->opcnt != 1) in nfs41_check_op_ordering()
2380 struct nfsd4_op *this = &argp->ops[resp->opcnt - 1]; in need_wrongsec_check()
2381 struct nfsd4_op *next = &argp->ops[resp->opcnt]; in need_wrongsec_check()
2396 if (argp->opcnt == resp->opcnt) in need_wrongsec_check()
2421 for (i = 0; i < args->opcnt; i++) { in check_if_stalefh_allowed()
2490 if (args->opcnt > NFSD_MAX_OPS_PER_COMPOUND) in nfsd4_proc_compound()
2497 resp->opcnt = 1; in nfsd4_proc_compound()
2504 trace_nfsd_compound(rqstp, args->opcnt); in nfsd4_proc_compound()
2505 while (!status && resp->opcnt < args->opcnt) { in nfsd4_proc_compound()
2506 op = &args->ops[resp->opcnt++]; in nfsd4_proc_compound()
2544 if (resp->opcnt < args->opcnt) in nfsd4_proc_compound()
2583 trace_nfsd_compound_status(args->opcnt, resp->opcnt, status, in nfsd4_proc_compound()
3387 opiter = resp->opcnt; in nfsd4_spo_must_allow()
3388 while (opiter < argp->opcnt) { in nfsd4_spo_must_allow()