Lines Matching refs:opnum
1450 static inline void nfsd4_increment_op_stats(u32 opnum) in nfsd4_increment_op_stats() argument
1452 if (opnum >= FIRST_NFS4_OP && opnum <= LAST_NFS4_OP) in nfsd4_increment_op_stats()
1453 nfsdstats.nfs4_opcount[opnum]++; in nfsd4_increment_op_stats()
1504 static const char *nfsd4_op_name(unsigned opnum);
1530 if (!(nfsd4_ops[op->opnum].op_flags & ALLOWED_AS_FIRST_OP)) in nfs41_check_op_ordering()
1532 if (op->opnum == OP_SEQUENCE) in nfs41_check_op_ordering()
1541 return &nfsd4_ops[op->opnum]; in OPDESC()
1546 if (op->opnum == OP_ILLEGAL) in nfsd4_cache_this_op()
1574 if (next->opnum == OP_ILLEGAL) in need_wrongsec_check()
1653 resp->opcnt, args->opcnt, op->opnum, in nfsd4_proc_compound()
1654 nfsd4_op_name(op->opnum)); in nfsd4_proc_compound()
1661 if (op->opnum == OP_OPEN) in nfsd4_proc_compound()
1732 args->ops, args->opcnt, resp->opcnt, op->opnum, in nfsd4_proc_compound()
1737 if (op->opnum == OP_READ && op->u.read.rd_filp) in nfsd4_proc_compound()
1740 nfsd4_increment_op_stats(op->opnum); in nfsd4_proc_compound()
2309 if (op->opnum == OP_ILLEGAL) in nfsd4_max_reply()
2320 op->opnum, nfsd4_op_name(op->opnum)); in warn_on_nonidempotent_op()
2325 static const char *nfsd4_op_name(unsigned opnum) in nfsd4_op_name() argument
2327 if (opnum < ARRAY_SIZE(nfsd4_ops)) in nfsd4_op_name()
2328 return nfsd4_ops[opnum].op_name; in nfsd4_op_name()