Searched refs:opcnt (Results 1 – 4 of 4) sorted by relevance
1098 if (args->opcnt == 0) in nfs41_check_op_ordering()1106 if (args->opcnt != 1) in nfs41_check_op_ordering()1125 struct nfsd4_op *this = &argp->ops[resp->opcnt - 1]; in need_wrongsec_check()1126 struct nfsd4_op *next = &argp->ops[resp->opcnt]; in need_wrongsec_check()1142 if (argp->opcnt == resp->opcnt) in need_wrongsec_check()1178 resp->opcnt = 0; in nfsd4_proc_compound()1205 while (!status && resp->opcnt < args->opcnt) { in nfsd4_proc_compound()1206 op = &args->ops[resp->opcnt++]; in nfsd4_proc_compound()1209 resp->opcnt, args->opcnt, op->opnum, in nfsd4_proc_compound()1289 args->ops, args->opcnt, resp->opcnt, op->opnum, in nfsd4_proc_compound()
497 u32 opcnt; member512 u32 opcnt; member520 return resp->opcnt == 1 && args->ops[0].opnum == OP_SEQUENCE; in nfsd4_is_solo_sequence()
1576 READ32(argp->opcnt); in nfsd4_decode_compound()1580 if (argp->opcnt > 100) in nfsd4_decode_compound()1583 if (argp->opcnt > ARRAY_SIZE(argp->iops)) { in nfsd4_decode_compound()1584 argp->ops = kmalloc(argp->opcnt * sizeof(*argp->ops), GFP_KERNEL); in nfsd4_decode_compound()1593 argp->opcnt = 0; in nfsd4_decode_compound()1596 for (i = 0; i < argp->opcnt; i++) { in nfsd4_decode_compound()1612 argp->opcnt = i+1; in nfsd4_decode_compound()1641 argp->opcnt = i+1; in nfsd4_decode_compound()3647 *p++ = htonl(resp->opcnt); in nfs4svc_encode_compoundres()
1381 slot->sl_opcnt = resp->opcnt; in nfsd4_store_cache_entry()1413 op = &args->ops[resp->opcnt - 1]; in nfsd4_enc_sequence_replay()1417 if (args->opcnt > 1 && !(slot->sl_flags & NFSD4_SLOT_CACHETHIS)) { in nfsd4_enc_sequence_replay()1418 op = &args->ops[resp->opcnt++]; in nfsd4_enc_sequence_replay()1446 resp->opcnt = slot->sl_opcnt; in nfsd4_replay_cache_entry()1761 return argp->opcnt == resp->opcnt; in nfsd4_last_compound_op()1893 return args->opcnt > session->se_fchannel.maxops; in nfsd4_session_too_many_ops()1915 if (resp->opcnt != 1) in nfsd4_sequence()