Searched refs:opcnt (Results 1 – 4 of 4) sorted by relevance
1157 if (args->opcnt == 0) in nfs41_check_op_ordering()1165 if (args->opcnt != 1) in nfs41_check_op_ordering()1184 struct nfsd4_op *this = &argp->ops[resp->opcnt - 1]; in need_wrongsec_check()1185 struct nfsd4_op *next = &argp->ops[resp->opcnt]; in need_wrongsec_check()1201 if (argp->opcnt == resp->opcnt) in need_wrongsec_check()1237 resp->opcnt = 0; in nfsd4_proc_compound()1264 while (!status && resp->opcnt < args->opcnt) { in nfsd4_proc_compound()1265 op = &args->ops[resp->opcnt++]; in nfsd4_proc_compound()1268 resp->opcnt, args->opcnt, op->opnum, in nfsd4_proc_compound()1348 args->ops, args->opcnt, resp->opcnt, op->opnum, in nfsd4_proc_compound()
499 u32 opcnt; member514 u32 opcnt; member522 return resp->opcnt == 1 && args->ops[0].opnum == OP_SEQUENCE; in nfsd4_is_solo_sequence()536 return argp->opcnt == resp->opcnt; in nfsd4_last_compound_op()
1586 READ32(argp->opcnt); in nfsd4_decode_compound()1590 if (argp->opcnt > 100) in nfsd4_decode_compound()1593 if (argp->opcnt > ARRAY_SIZE(argp->iops)) { in nfsd4_decode_compound()1594 argp->ops = kmalloc(argp->opcnt * sizeof(*argp->ops), GFP_KERNEL); in nfsd4_decode_compound()1603 argp->opcnt = 0; in nfsd4_decode_compound()1606 for (i = 0; i < argp->opcnt; i++) { in nfsd4_decode_compound()1621 argp->opcnt = i+1; in nfsd4_decode_compound()3629 *p++ = htonl(resp->opcnt); in nfs4svc_encode_compoundres()
1519 slot->sl_opcnt = resp->opcnt; in nfsd4_store_cache_entry()1551 op = &args->ops[resp->opcnt - 1]; in nfsd4_enc_sequence_replay()1555 if (args->opcnt > 1 && !(slot->sl_flags & NFSD4_SLOT_CACHETHIS)) { in nfsd4_enc_sequence_replay()1556 op = &args->ops[resp->opcnt++]; in nfsd4_enc_sequence_replay()1584 resp->opcnt = slot->sl_opcnt; in nfsd4_replay_cache_entry()2087 return args->opcnt > session->se_fchannel.maxops; in nfsd4_session_too_many_ops()2111 if (resp->opcnt != 1) in nfsd4_sequence()