Searched refs:RQ_AUTHERR (Results 1 – 2 of 2) sorted by relevance
275 #define RQ_AUTHERR (8) /* Request status is auth error */ macro
1163 set_bit(RQ_AUTHERR, &rqstp->rq_flags); in svc_return_autherr()1171 if (test_and_clear_bit(RQ_AUTHERR, &rqstp->rq_flags)) in svc_get_autherr()1199 if (test_bit(RQ_AUTHERR, &rqstp->rq_flags)) in svc_generic_dispatch()