Lines Matching refs:nop
754 preprocess_nfs41_op(int nop, unsigned int op_nr, struct callback_op **op)
757 if (nop != 0)
760 if (nop == 0)
814 preprocess_nfs41_op(int nop, unsigned int op_nr, struct callback_op **op)
826 preprocess_nfs42_op(int nop, unsigned int op_nr, struct callback_op **op)
828 __be32 status = preprocess_nfs41_op(nop, op_nr, op);
841 preprocess_nfs42_op(int nop, unsigned int op_nr, struct callback_op **op)
862 static __be32 process_op(int nop, struct svc_rqst *rqstp,
882 status = preprocess_nfs41_op(nop, op_nr, &op);
885 status = preprocess_nfs42_op(nop, op_nr, &op);