Lines Matching refs:opcnt
1833 if (args->opcnt == 0) in nfs41_check_op_ordering()
1846 if (args->opcnt != 1) in nfs41_check_op_ordering()
1867 struct nfsd4_op *this = &argp->ops[resp->opcnt - 1]; in need_wrongsec_check()
1868 struct nfsd4_op *next = &argp->ops[resp->opcnt]; in need_wrongsec_check()
1883 if (argp->opcnt == resp->opcnt) in need_wrongsec_check()
1953 if (args->opcnt > NFSD_MAX_OPS_PER_COMPOUND) in nfsd4_proc_compound()
1960 resp->opcnt = 1; in nfsd4_proc_compound()
1964 trace_nfsd_compound(rqstp, args->opcnt); in nfsd4_proc_compound()
1965 while (!status && resp->opcnt < args->opcnt) { in nfsd4_proc_compound()
1966 op = &args->ops[resp->opcnt++]; in nfsd4_proc_compound()
2003 if (resp->opcnt < args->opcnt) in nfsd4_proc_compound()
2041 trace_nfsd_compound_status(args->opcnt, resp->opcnt, status, in nfsd4_proc_compound()
2735 struct nfsd4_op *this = &argp->ops[resp->opcnt - 1]; in nfsd4_spo_must_allow()
2746 opiter = resp->opcnt; in nfsd4_spo_must_allow()
2747 while (opiter < argp->opcnt) { in nfsd4_spo_must_allow()