Lines Matching refs:opnum
2190 if (op->opnum < FIRST_NFS4_OP)
2192 else if (argp->minorversion == 0 && op->opnum > LAST_NFS40_OP)
2194 else if (argp->minorversion == 1 && op->opnum > LAST_NFS41_OP)
2196 else if (argp->minorversion == 2 && op->opnum > LAST_NFS42_OP)
2249 op->opnum = be32_to_cpup(p++);
2252 op->status = nfsd4_dec_ops[op->opnum](argp, &op->u);
2254 op->opnum = OP_ILLEGAL;
2264 if (op->opnum == OP_READ || op->opnum == OP_READ_PLUS) {
2275 if (op->opnum == OP_LOCK || op->opnum == OP_LOCKT)
5194 *p++ = cpu_to_be32(op->opnum);
5197 if (op->opnum == OP_ILLEGAL)
5202 BUG_ON(op->opnum < 0 || op->opnum >= ARRAY_SIZE(nfsd4_enc_ops) ||
5203 !nfsd4_enc_ops[op->opnum]);
5204 encoder = nfsd4_enc_ops[op->opnum];
5268 *p++ = cpu_to_be32(op->opnum);