• Home
  • Raw
  • Download

Lines Matching refs:opnum

2163 static inline void nfsd4_increment_op_stats(u32 opnum)  in nfsd4_increment_op_stats()  argument
2165 if (opnum >= FIRST_NFS4_OP && opnum <= LAST_NFS4_OP) in nfsd4_increment_op_stats()
2166 nfsdstats.nfs4_opcount[opnum]++; in nfsd4_increment_op_stats()
2171 static const char *nfsd4_op_name(unsigned opnum);
2197 if (!(nfsd4_ops[first_op->opnum].op_flags & ALLOWED_AS_FIRST_OP)) in nfs41_check_op_ordering()
2199 if (first_op->opnum == OP_SEQUENCE) in nfs41_check_op_ordering()
2213 return &nfsd4_ops[op->opnum]; in OPDESC()
2218 if (op->opnum == OP_ILLEGAL) in nfsd4_cache_this_op()
2245 if (next->opnum == OP_ILLEGAL) in need_wrongsec_check()
2289 if (op->opnum == OP_PUTFH) in check_if_stalefh_allowed()
2291 else if (op->opnum == OP_SAVEFH) in check_if_stalefh_allowed()
2293 else if (op->opnum == OP_RESTOREFH) in check_if_stalefh_allowed()
2295 else if (op->opnum == OP_COPY) { in check_if_stalefh_allowed()
2376 if (op->opnum == OP_OPEN) in nfsd4_proc_compound()
2446 nfsd4_op_name(op->opnum)); in nfsd4_proc_compound()
2449 nfsd4_increment_op_stats(op->opnum); in nfsd4_proc_compound()
3252 if (test_bit(this->opnum, allow->u.longs) && in nfsd4_spo_must_allow()
3265 if (op->opnum == OP_ILLEGAL || op->status == nfserr_notsupp) in nfsd4_max_reply()
3276 op->opnum, nfsd4_op_name(op->opnum)); in warn_on_nonidempotent_op()
3281 static const char *nfsd4_op_name(unsigned opnum) in nfsd4_op_name() argument
3283 if (opnum < ARRAY_SIZE(nfsd4_ops)) in nfsd4_op_name()
3284 return nfsd4_ops[opnum].op_name; in nfsd4_op_name()