Searched refs:opcnt (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | nfs4proc.c | 3084 if (args->opcnt == 0) in nfs41_check_op_ordering() 3097 if (args->opcnt != 1) in nfs41_check_op_ordering() 3118 struct nfsd4_op *this = &argp->ops[resp->opcnt - 1]; in need_wrongsec_check() 3119 struct nfsd4_op *next = &argp->ops[resp->opcnt]; in need_wrongsec_check() 3134 if (argp->opcnt == resp->opcnt) in need_wrongsec_check() 3159 for (i = 0; i < args->opcnt; i++) { in check_if_stalefh_allowed() 3233 resp->opcnt = 1; in nfsd4_proc_compound() 3241 while (!status && resp->opcnt < args->opcnt) { in nfsd4_proc_compound() 3242 op = &args->ops[resp->opcnt++]; in nfsd4_proc_compound() 3244 if (unlikely(resp->opcnt == NFSD_MAX_OPS_PER_COMPOUND)) { in nfsd4_proc_compound() [all …]
|
| H A D | xdr4.h | 940 u32 opcnt; member 954 u32 opcnt; member 964 return argp->opcnt == resp->opcnt; in nfsd4_last_compound_op()
|
| H A D | trace.h | 153 u32 opcnt 155 TP_ARGS(rqst, tag, taglen, opcnt), 158 __field(u32, opcnt) 163 __entry->opcnt = opcnt; 167 __entry->xid, __entry->opcnt, __get_str(tag)
|
| H A D | nfs4xdr.c | 2664 argp->opcnt = min_t(u32, argp->client_opcnt, in nfsd4_decode_compound() 2667 if (argp->opcnt > ARRAY_SIZE(argp->iops)) { in nfsd4_decode_compound() 2668 argp->ops = vcalloc(argp->opcnt, sizeof(*argp->ops)); in nfsd4_decode_compound() 2676 argp->opcnt = 0; in nfsd4_decode_compound() 2678 for (i = 0; i < argp->opcnt; i++) { in nfsd4_decode_compound() 2690 argp->opcnt, i, in nfsd4_decode_compound() 2719 argp->opcnt = i+1; in nfsd4_decode_compound() 6745 args->opcnt = 0; in nfsd4_release_compoundargs() 6806 *p++ = htonl(resp->opcnt); in nfs4svc_encode_compoundres()
|
| H A D | nfs4state.c | 4130 if (resp->opcnt == 1 && resp->cstate.status != nfs_ok) in nfsd4_store_cache_entry() 4134 slot->sl_opcnt = resp->opcnt; in nfsd4_store_cache_entry() 4170 if (args->opcnt == 1) in nfsd4_replay_cache_entry() 4178 op = &args->ops[resp->opcnt++]; in nfsd4_replay_cache_entry() 4193 resp->opcnt = slot->sl_opcnt; in nfsd4_replay_cache_entry() 4928 return args->opcnt > session->se_fchannel.maxops; in nfsd4_session_too_many_ops() 4951 if (slot->sl_opcnt < argp->opcnt && !slot->sl_status) in replay_matches_cache() 4958 if (slot->sl_opcnt > argp->opcnt) in replay_matches_cache() 5031 if (resp->opcnt != 1) in nfsd4_sequence()
|
| H A D | nfsctl.c | 1587 genl_rqstp.rq_opcnt = min_t(u32, args->opcnt, in nfsd_nl_rpc_status_get_dumpit()
|