Searched refs:RQ_USEDEFERRAL (Results 1 – 5 of 5) sorted by relevance
266 #define RQ_USEDEFERRAL (2) /* use deferral */ macro
545 { (1UL << RQ_USEDEFERRAL), "RQ_USEDEFERRAL"}, \
1707 clear_bit(RQ_USEDEFERRAL, &rqstp->rq_flags); in nfsd4_proc_compound()1817 set_bit(RQ_USEDEFERRAL, &rqstp->rq_flags); in nfsd4_proc_compound()
1171 set_bit(RQ_USEDEFERRAL, &rqstp->rq_flags); in svc_process_common()
1159 if (rqstp->rq_arg.page_len || !test_bit(RQ_USEDEFERRAL, &rqstp->rq_flags)) in svc_defer()