Searched refs:NETFS_RREQ_RETRYING (Results 1 – 3 of 3) sorted by relevance
210 set_bit(NETFS_RREQ_RETRYING, &wreq->flags); in netfs_retry_writes()216 clear_bit(NETFS_RREQ_RETRYING, &wreq->flags); in netfs_retry_writes()
323 !test_bit(NETFS_RREQ_RETRYING, &rreq->flags)) { in netfs_wake_collector()345 test_bit(NETFS_RREQ_RETRYING, &rreq->flags)) in netfs_subreq_clear_in_progress()
273 #define NETFS_RREQ_RETRYING 4 /* Set if we're in the retry path */ macro