Lines Matching refs:opnum
1439 static inline void nfsd4_increment_op_stats(u32 opnum) in nfsd4_increment_op_stats() argument
1441 if (opnum >= FIRST_NFS4_OP && opnum <= LAST_NFS4_OP) in nfsd4_increment_op_stats()
1442 nfsdstats.nfs4_opcount[opnum]++; in nfsd4_increment_op_stats()
1493 static const char *nfsd4_op_name(unsigned opnum);
1519 if (!(nfsd4_ops[op->opnum].op_flags & ALLOWED_AS_FIRST_OP)) in nfs41_check_op_ordering()
1521 if (op->opnum == OP_SEQUENCE) in nfs41_check_op_ordering()
1530 return &nfsd4_ops[op->opnum]; in OPDESC()
1535 if (op->opnum == OP_ILLEGAL) in nfsd4_cache_this_op()
1563 if (next->opnum == OP_ILLEGAL) in need_wrongsec_check()
1642 resp->opcnt, args->opcnt, op->opnum, in nfsd4_proc_compound()
1643 nfsd4_op_name(op->opnum)); in nfsd4_proc_compound()
1650 if (op->opnum == OP_OPEN) in nfsd4_proc_compound()
1721 args->ops, args->opcnt, resp->opcnt, op->opnum, in nfsd4_proc_compound()
1725 nfsd4_increment_op_stats(op->opnum); in nfsd4_proc_compound()
2294 if (op->opnum == OP_ILLEGAL) in nfsd4_max_reply()
2305 op->opnum, nfsd4_op_name(op->opnum)); in warn_on_nonidempotent_op()
2310 static const char *nfsd4_op_name(unsigned opnum) in nfsd4_op_name() argument
2312 if (opnum < ARRAY_SIZE(nfsd4_ops)) in nfsd4_op_name()
2313 return nfsd4_ops[opnum].op_name; in nfsd4_op_name()