Searched refs:opcnt (Results 1 – 4 of 4) sorted by relevance
588 u32 opcnt; member601 u32 opcnt; member609 return resp->opcnt == 1 && args->ops[0].opnum == OP_SEQUENCE; in nfsd4_is_solo_sequence()623 return argp->opcnt == resp->opcnt; in nfsd4_last_compound_op()
1515 if (args->opcnt == 0) in nfs41_check_op_ordering()1523 if (args->opcnt != 1) in nfs41_check_op_ordering()1544 struct nfsd4_op *this = &argp->ops[resp->opcnt - 1]; in need_wrongsec_check()1545 struct nfsd4_op *next = &argp->ops[resp->opcnt]; in need_wrongsec_check()1561 if (argp->opcnt == resp->opcnt) in need_wrongsec_check()1638 while (!status && resp->opcnt < args->opcnt) { in nfsd4_proc_compound()1639 op = &args->ops[resp->opcnt++]; in nfsd4_proc_compound()1642 resp->opcnt, args->opcnt, op->opnum, in nfsd4_proc_compound()1681 if (resp->opcnt < args->opcnt) in nfsd4_proc_compound()1721 args->ops, args->opcnt, resp->opcnt, op->opnum, in nfsd4_proc_compound()
1824 argp->opcnt = be32_to_cpup(p++); in nfsd4_decode_compound()1829 if (argp->opcnt > 100) in nfsd4_decode_compound()1832 if (argp->opcnt > ARRAY_SIZE(argp->iops)) { in nfsd4_decode_compound()1833 argp->ops = kzalloc(argp->opcnt * sizeof(*argp->ops), GFP_KERNEL); in nfsd4_decode_compound()1842 argp->opcnt = 0; in nfsd4_decode_compound()1844 for (i = 0; i < argp->opcnt; i++) { in nfsd4_decode_compound()1878 argp->opcnt = i+1; in nfsd4_decode_compound()4484 *p++ = htonl(resp->opcnt); in nfs4svc_encode_compoundres()
2232 slot->sl_opcnt = resp->opcnt; in nfsd4_store_cache_entry()2262 op = &args->ops[resp->opcnt - 1]; in nfsd4_enc_sequence_replay()2266 if (args->opcnt > 1 && !(slot->sl_flags & NFSD4_SLOT_CACHETHIS)) { in nfsd4_enc_sequence_replay()2267 op = &args->ops[resp->opcnt++]; in nfsd4_enc_sequence_replay()2301 resp->opcnt = slot->sl_opcnt; in nfsd4_replay_cache_entry()2879 return args->opcnt > session->se_fchannel.maxops; in nfsd4_session_too_many_ops()2906 if (resp->opcnt != 1) in nfsd4_sequence()