Home
last modified time | relevance | path

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

/linux-2.6.39/fs/nfsd/
Dnfs4proc.c977 static inline void nfsd4_increment_op_stats(u32 opnum) in nfsd4_increment_op_stats() argument
979 if (opnum >= FIRST_NFS4_OP && opnum <= LAST_NFS4_OP) in nfsd4_increment_op_stats()
980 nfsdstats.nfs4_opcount[opnum]++; in nfsd4_increment_op_stats()
999 static const char *nfsd4_op_name(unsigned opnum);
1025 if (!(nfsd4_ops[op->opnum].op_flags & ALLOWED_AS_FIRST_OP)) in nfs41_check_op_ordering()
1027 if (op->opnum == OP_SEQUENCE) in nfs41_check_op_ordering()
1088 resp->opcnt, args->opcnt, op->opnum, in nfsd4_proc_compound()
1089 nfsd4_op_name(op->opnum)); in nfsd4_proc_compound()
1111 opdesc = &nfsd4_ops[op->opnum]; in nfsd4_proc_compound()
1146 args->ops, args->opcnt, resp->opcnt, op->opnum, in nfsd4_proc_compound()
[all …]
Dnfs4xdr.c1457 op->opnum = OP_WRITE + 1; in nfsd4_decode_compound()
1478 op->opnum = ntohl(*argp->p++); in nfsd4_decode_compound()
1480 if (op->opnum >= FIRST_NFS4_OP && op->opnum <= LAST_NFS4_OP) in nfsd4_decode_compound()
1481 op->status = ops->decoders[op->opnum](argp, &op->u); in nfsd4_decode_compound()
1483 op->opnum = OP_ILLEGAL; in nfsd4_decode_compound()
3275 WRITE32(op->opnum); in nfsd4_encode_operation()
3279 if (op->opnum == OP_ILLEGAL) in nfsd4_encode_operation()
3281 BUG_ON(op->opnum < 0 || op->opnum >= ARRAY_SIZE(nfsd4_enc_ops) || in nfsd4_encode_operation()
3282 !nfsd4_enc_ops[op->opnum]); in nfsd4_encode_operation()
3283 op->status = nfsd4_enc_ops[op->opnum](resp, op->status, &op->u); in nfsd4_encode_operation()
[all …]
Dxdr4.h394 int opnum; member
480 return resp->opcnt == 1 && args->ops[0].opnum == OP_SEQUENCE; in nfsd4_is_solo_sequence()
/linux-2.6.39/fs/nfs/
Dnfs4xdr.c2779 uint32_t opnum; in decode_op_hdr() local
2785 opnum = be32_to_cpup(p++); in decode_op_hdr()
2786 if (opnum != expected) { in decode_op_hdr()
2789 opnum, expected); in decode_op_hdr()
4720 uint32_t opnum; in decode_setclientid() local
4726 opnum = be32_to_cpup(p++); in decode_setclientid()
4727 if (opnum != OP_SETCLIENTID) { in decode_setclientid()
4729 " %d\n", opnum); in decode_setclientid()