Lines Matching refs:nop
753 preprocess_nfs41_op(int nop, unsigned int op_nr, struct callback_op **op)
756 if (nop != 0)
759 if (nop == 0)
813 preprocess_nfs41_op(int nop, unsigned int op_nr, struct callback_op **op)
825 preprocess_nfs42_op(int nop, unsigned int op_nr, struct callback_op **op)
827 __be32 status = preprocess_nfs41_op(nop, op_nr, op);
840 preprocess_nfs42_op(int nop, unsigned int op_nr, struct callback_op **op)
861 static __be32 process_op(int nop, struct svc_rqst *rqstp,
880 status = preprocess_nfs41_op(nop, op_nr, &op);
883 status = preprocess_nfs42_op(nop, op_nr, &op);