Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfsd/
Dxdr4.h587 u32 opcnt; member
600 u32 opcnt; member
608 return resp->opcnt == 1 && args->ops[0].opnum == OP_SEQUENCE; in nfsd4_is_solo_sequence()
622 return argp->opcnt == resp->opcnt; in nfsd4_last_compound_op()
Dnfs4proc.c1526 if (args->opcnt == 0) in nfs41_check_op_ordering()
1534 if (args->opcnt != 1) in nfs41_check_op_ordering()
1555 struct nfsd4_op *this = &argp->ops[resp->opcnt - 1]; in need_wrongsec_check()
1556 struct nfsd4_op *next = &argp->ops[resp->opcnt]; in need_wrongsec_check()
1572 if (argp->opcnt == resp->opcnt) in need_wrongsec_check()
1649 while (!status && resp->opcnt < args->opcnt) { in nfsd4_proc_compound()
1650 op = &args->ops[resp->opcnt++]; in nfsd4_proc_compound()
1653 resp->opcnt, args->opcnt, op->opnum, in nfsd4_proc_compound()
1692 if (resp->opcnt < args->opcnt) in nfsd4_proc_compound()
1732 args->ops, args->opcnt, resp->opcnt, op->opnum, in nfsd4_proc_compound()
Dnfs4xdr.c1823 argp->opcnt = be32_to_cpup(p++); in nfsd4_decode_compound()
1828 if (argp->opcnt > 100) in nfsd4_decode_compound()
1831 if (argp->opcnt > ARRAY_SIZE(argp->iops)) { in nfsd4_decode_compound()
1832 argp->ops = kzalloc(argp->opcnt * sizeof(*argp->ops), GFP_KERNEL); in nfsd4_decode_compound()
1841 argp->opcnt = 0; in nfsd4_decode_compound()
1843 for (i = 0; i < argp->opcnt; i++) { in nfsd4_decode_compound()
1877 argp->opcnt = i+1; in nfsd4_decode_compound()
4464 *p++ = htonl(resp->opcnt); in nfs4svc_encode_compoundres()
Dnfs4state.c2214 slot->sl_opcnt = resp->opcnt; in nfsd4_store_cache_entry()
2244 op = &args->ops[resp->opcnt - 1]; in nfsd4_enc_sequence_replay()
2248 if (args->opcnt > 1 && !(slot->sl_flags & NFSD4_SLOT_CACHETHIS)) { in nfsd4_enc_sequence_replay()
2249 op = &args->ops[resp->opcnt++]; in nfsd4_enc_sequence_replay()
2283 resp->opcnt = slot->sl_opcnt; in nfsd4_replay_cache_entry()
2855 return args->opcnt > session->se_fchannel.maxops; in nfsd4_session_too_many_ops()
2882 if (resp->opcnt != 1) in nfsd4_sequence()