Searched refs:opcnt (Results 1 – 4 of 4) sorted by relevance
2193 if (args->opcnt == 0) in nfs41_check_op_ordering()2206 if (args->opcnt != 1) in nfs41_check_op_ordering()2227 struct nfsd4_op *this = &argp->ops[resp->opcnt - 1]; in need_wrongsec_check()2228 struct nfsd4_op *next = &argp->ops[resp->opcnt]; in need_wrongsec_check()2243 if (argp->opcnt == resp->opcnt) in need_wrongsec_check()2287 for (i = 0; i < args->opcnt; i++) { in check_if_stalefh_allowed()2352 if (args->opcnt > NFSD_MAX_OPS_PER_COMPOUND) in nfsd4_proc_compound()2359 resp->opcnt = 1; in nfsd4_proc_compound()2366 trace_nfsd_compound(rqstp, args->opcnt); in nfsd4_proc_compound()2367 while (!status && resp->opcnt < args->opcnt) { in nfsd4_proc_compound()[all …]
713 u32 opcnt; member726 u32 opcnt; member734 return resp->opcnt == 1 && args->ops[0].opnum == OP_SEQUENCE; in nfsd4_is_solo_sequence()757 return argp->opcnt == resp->opcnt; in nfsd4_last_compound_op()
2219 argp->opcnt = be32_to_cpup(p++); in nfsd4_decode_compound()2229 if (argp->opcnt > NFSD_MAX_OPS_PER_COMPOUND) in nfsd4_decode_compound()2232 if (argp->opcnt > ARRAY_SIZE(argp->iops)) { in nfsd4_decode_compound()2233 argp->ops = kzalloc(argp->opcnt * sizeof(*argp->ops), GFP_KERNEL); in nfsd4_decode_compound()2242 argp->opcnt = 0; in nfsd4_decode_compound()2244 for (i = 0; i < argp->opcnt; i++) { in nfsd4_decode_compound()2279 argp->opcnt = i+1; in nfsd4_decode_compound()5344 *p++ = htonl(resp->opcnt); in nfs4svc_encode_compoundres()
2935 slot->sl_opcnt = resp->opcnt; in nfsd4_store_cache_entry()2969 op = &args->ops[resp->opcnt - 1]; in nfsd4_enc_sequence_replay()2974 if (args->opcnt == 1) { in nfsd4_enc_sequence_replay()2982 op = &args->ops[resp->opcnt++]; in nfsd4_enc_sequence_replay()3016 resp->opcnt = slot->sl_opcnt; in nfsd4_replay_cache_entry()3693 return args->opcnt > session->se_fchannel.maxops; in nfsd4_session_too_many_ops()3716 if (slot->sl_opcnt < argp->opcnt && !slot->sl_status) in replay_matches_cache()3723 if (slot->sl_opcnt > argp->opcnt) in replay_matches_cache()3753 if (resp->opcnt != 1) in nfsd4_sequence()