Home
last modified time | relevance | path

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

/linux-3.3/fs/nfsd/
Dnfs4proc.c1062 if (args->opcnt == 0) in nfs41_check_op_ordering()
1070 if (args->opcnt != 1) in nfs41_check_op_ordering()
1089 struct nfsd4_op *this = &argp->ops[resp->opcnt - 1]; in need_wrongsec_check()
1090 struct nfsd4_op *next = &argp->ops[resp->opcnt]; in need_wrongsec_check()
1106 if (argp->opcnt == resp->opcnt) in need_wrongsec_check()
1142 resp->opcnt = 0; in nfsd4_proc_compound()
1169 while (!status && resp->opcnt < args->opcnt) { in nfsd4_proc_compound()
1170 op = &args->ops[resp->opcnt++]; in nfsd4_proc_compound()
1173 resp->opcnt, args->opcnt, op->opnum, in nfsd4_proc_compound()
1243 args->ops, args->opcnt, resp->opcnt, op->opnum, in nfsd4_proc_compound()
Dxdr4.h478 u32 opcnt; member
493 u32 opcnt; member
501 return resp->opcnt == 1 && args->ops[0].opnum == OP_SEQUENCE; in nfsd4_is_solo_sequence()
Dnfs4xdr.c1584 READ32(argp->opcnt); in nfsd4_decode_compound()
1588 if (argp->opcnt > 100) in nfsd4_decode_compound()
1591 if (argp->opcnt > ARRAY_SIZE(argp->iops)) { in nfsd4_decode_compound()
1592 argp->ops = kmalloc(argp->opcnt * sizeof(*argp->ops), GFP_KERNEL); in nfsd4_decode_compound()
1601 argp->opcnt = 0; in nfsd4_decode_compound()
1604 for (i = 0; i < argp->opcnt; i++) { in nfsd4_decode_compound()
1620 argp->opcnt = i+1; in nfsd4_decode_compound()
1649 argp->opcnt = i+1; in nfsd4_decode_compound()
3648 *p++ = htonl(resp->opcnt); in nfs4svc_encode_compoundres()
Dnfs4state.c1347 slot->sl_opcnt = resp->opcnt; in nfsd4_store_cache_entry()
1378 resp->opcnt, resp->cstate.slot->sl_cachethis); in nfsd4_enc_sequence_replay()
1381 op = &args->ops[resp->opcnt - 1]; in nfsd4_enc_sequence_replay()
1385 if (args->opcnt > 1 && slot->sl_cachethis == 0) { in nfsd4_enc_sequence_replay()
1386 op = &args->ops[resp->opcnt++]; in nfsd4_enc_sequence_replay()
1414 resp->opcnt = slot->sl_opcnt; in nfsd4_replay_cache_entry()
1734 return argp->opcnt == resp->opcnt; in nfsd4_last_compound_op()
1865 return args->opcnt > session->se_fchannel.maxops; in nfsd4_session_too_many_ops()
1887 if (resp->opcnt != 1) in nfsd4_sequence()