Lines Matching defs:nop
792 preprocess_nfs41_op(int nop, unsigned int op_nr, struct callback_op **op)
795 if (nop != 0)
798 if (nop == 0)
852 preprocess_nfs41_op(int nop, unsigned int op_nr, struct callback_op **op)
864 preprocess_nfs42_op(int nop, unsigned int op_nr, struct callback_op **op)
866 __be32 status = preprocess_nfs41_op(nop, op_nr, op);
879 preprocess_nfs42_op(int nop, unsigned int op_nr, struct callback_op **op)
900 static __be32 process_op(int nop, struct svc_rqst *rqstp,
919 status = preprocess_nfs41_op(nop, op_nr, &op);
922 status = preprocess_nfs42_op(nop, op_nr, &op);