Home
last modified time | relevance | path

Searched refs:NETFS_RREQ_RETRYING (Results 1 – 2 of 2) sorted by relevance

/linux/fs/netfs/
H A Dmisc.c323 !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()
/linux/include/linux/
H A Dnetfs.h273 #define NETFS_RREQ_RETRYING 4 /* Set if we're in the retry path */ macro