• Home
  • Raw
  • Download

Lines Matching refs:opnum

2169 static inline void nfsd4_increment_op_stats(u32 opnum)  in nfsd4_increment_op_stats()  argument
2171 if (opnum >= FIRST_NFS4_OP && opnum <= LAST_NFS4_OP) in nfsd4_increment_op_stats()
2172 nfsdstats.nfs4_opcount[opnum]++; in nfsd4_increment_op_stats()
2177 static const char *nfsd4_op_name(unsigned opnum);
2203 if (!(nfsd4_ops[first_op->opnum].op_flags & ALLOWED_AS_FIRST_OP)) in nfs41_check_op_ordering()
2205 if (first_op->opnum == OP_SEQUENCE) in nfs41_check_op_ordering()
2219 return &nfsd4_ops[op->opnum]; in OPDESC()
2224 if (op->opnum == OP_ILLEGAL) in nfsd4_cache_this_op()
2251 if (next->opnum == OP_ILLEGAL) in need_wrongsec_check()
2295 if (op->opnum == OP_PUTFH) in check_if_stalefh_allowed()
2297 else if (op->opnum == OP_SAVEFH) in check_if_stalefh_allowed()
2299 else if (op->opnum == OP_RESTOREFH) in check_if_stalefh_allowed()
2301 else if (op->opnum == OP_COPY) { in check_if_stalefh_allowed()
2382 if (op->opnum == OP_OPEN) in nfsd4_proc_compound()
2452 nfsd4_op_name(op->opnum)); in nfsd4_proc_compound()
2455 nfsd4_increment_op_stats(op->opnum); in nfsd4_proc_compound()
3258 if (test_bit(this->opnum, allow->u.longs) && in nfsd4_spo_must_allow()
3271 if (op->opnum == OP_ILLEGAL || op->status == nfserr_notsupp) in nfsd4_max_reply()
3282 op->opnum, nfsd4_op_name(op->opnum)); in warn_on_nonidempotent_op()
3287 static const char *nfsd4_op_name(unsigned opnum) in nfsd4_op_name() argument
3289 if (opnum < ARRAY_SIZE(nfsd4_ops)) in nfsd4_op_name()
3290 return nfsd4_ops[opnum].op_name; in nfsd4_op_name()