Home
last modified time | relevance | path

Searched refs:opcnt (Results 1 – 5 of 5) sorted by relevance

/fs/nfsd/
Dxdr4.h724 u32 opcnt; member
737 u32 opcnt; member
745 return resp->opcnt == 1 && args->ops[0].opnum == OP_SEQUENCE; in nfsd4_is_solo_sequence()
768 return argp->opcnt == resp->opcnt; in nfsd4_last_compound_op()
Dnfs4proc.c2481 if (args->opcnt == 0) in nfs41_check_op_ordering()
2494 if (args->opcnt != 1) in nfs41_check_op_ordering()
2515 struct nfsd4_op *this = &argp->ops[resp->opcnt - 1]; in need_wrongsec_check()
2516 struct nfsd4_op *next = &argp->ops[resp->opcnt]; in need_wrongsec_check()
2531 if (argp->opcnt == resp->opcnt) in need_wrongsec_check()
2556 for (i = 0; i < args->opcnt; i++) { in check_if_stalefh_allowed()
2629 resp->opcnt = 1; in nfsd4_proc_compound()
2637 while (!status && resp->opcnt < args->opcnt) { in nfsd4_proc_compound()
2638 op = &args->ops[resp->opcnt++]; in nfsd4_proc_compound()
2640 if (unlikely(resp->opcnt == NFSD_MAX_OPS_PER_COMPOUND)) { in nfsd4_proc_compound()
[all …]
Dtrace.h91 u32 opcnt
93 TP_ARGS(rqst, tag, taglen, opcnt),
96 __field(u32, opcnt)
101 __entry->opcnt = opcnt;
105 __entry->xid, __entry->opcnt, __get_str(tag)
Dnfs4xdr.c2403 argp->opcnt = min_t(u32, argp->client_opcnt, in nfsd4_decode_compound()
2406 if (argp->opcnt > ARRAY_SIZE(argp->iops)) { in nfsd4_decode_compound()
2407 argp->ops = vcalloc(argp->opcnt, sizeof(*argp->ops)); in nfsd4_decode_compound()
2415 argp->opcnt = 0; in nfsd4_decode_compound()
2417 for (i = 0; i < argp->opcnt; i++) { in nfsd4_decode_compound()
2429 argp->opcnt, i, in nfsd4_decode_compound()
2458 argp->opcnt = i+1; in nfsd4_decode_compound()
5486 *p++ = htonl(resp->opcnt); in nfs4svc_encode_compoundres()
Dnfs4state.c3092 slot->sl_opcnt = resp->opcnt; in nfsd4_store_cache_entry()
3126 op = &args->ops[resp->opcnt - 1]; in nfsd4_enc_sequence_replay()
3131 if (args->opcnt == 1) { in nfsd4_enc_sequence_replay()
3139 op = &args->ops[resp->opcnt++]; in nfsd4_enc_sequence_replay()
3173 resp->opcnt = slot->sl_opcnt; in nfsd4_replay_cache_entry()
3864 return args->opcnt > session->se_fchannel.maxops; in nfsd4_session_too_many_ops()
3887 if (slot->sl_opcnt < argp->opcnt && !slot->sl_status) in replay_matches_cache()
3894 if (slot->sl_opcnt > argp->opcnt) in replay_matches_cache()
3924 if (resp->opcnt != 1) in nfsd4_sequence()