Searched refs:opcnt (Results 1 – 5 of 5) sorted by relevance
2939 if (args->opcnt == 0) in nfs41_check_op_ordering()2952 if (args->opcnt != 1) in nfs41_check_op_ordering()2973 struct nfsd4_op *this = &argp->ops[resp->opcnt - 1]; in need_wrongsec_check()2974 struct nfsd4_op *next = &argp->ops[resp->opcnt]; in need_wrongsec_check()2989 if (argp->opcnt == resp->opcnt) in need_wrongsec_check()3014 for (i = 0; i < args->opcnt; i++) { in check_if_stalefh_allowed()3088 resp->opcnt = 1; in nfsd4_proc_compound()3096 while (!status && resp->opcnt < args->opcnt) { in nfsd4_proc_compound()3097 op = &args->ops[resp->opcnt++]; in nfsd4_proc_compound()3099 if (unlikely(resp->opcnt == NFSD_MAX_OPS_PER_COMPOUND)) { in nfsd4_proc_compound()[all …]
916 u32 opcnt; member930 u32 opcnt; member940 return argp->opcnt == resp->opcnt; in nfsd4_last_compound_op()
2631 argp->opcnt = min_t(u32, argp->client_opcnt, in nfsd4_decode_compound()2634 if (argp->opcnt > ARRAY_SIZE(argp->iops)) { in nfsd4_decode_compound()2635 argp->ops = vcalloc(argp->opcnt, sizeof(*argp->ops)); in nfsd4_decode_compound()2643 argp->opcnt = 0; in nfsd4_decode_compound()2645 for (i = 0; i < argp->opcnt; i++) { in nfsd4_decode_compound()2657 argp->opcnt, i, in nfsd4_decode_compound()2686 argp->opcnt = i+1; in nfsd4_decode_compound()6401 *p++ = htonl(resp->opcnt); in nfs4svc_encode_compoundres()
3527 if (resp->opcnt == 1 && resp->cstate.status != nfs_ok) in nfsd4_store_cache_entry()3531 slot->sl_opcnt = resp->opcnt; in nfsd4_store_cache_entry()3567 if (args->opcnt == 1) in nfsd4_replay_cache_entry()3575 op = &args->ops[resp->opcnt++]; in nfsd4_replay_cache_entry()3590 resp->opcnt = slot->sl_opcnt; in nfsd4_replay_cache_entry()4325 return args->opcnt > session->se_fchannel.maxops; in nfsd4_session_too_many_ops()4348 if (slot->sl_opcnt < argp->opcnt && !slot->sl_status) in replay_matches_cache()4355 if (slot->sl_opcnt > argp->opcnt) in replay_matches_cache()4415 if (resp->opcnt != 1) in nfsd4_sequence()
1550 genl_rqstp.rq_opcnt = min_t(u32, args->opcnt, in nfsd_nl_rpc_status_get_dumpit()