Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dwrite_collect.c21 #define NEED_RETRY 0x10 /* A front op requests retrying */ macro
270 notes |= NEED_RETRY | MADE_PROGRESS; in netfs_collect_write_results()
323 if (notes & NEED_RETRY) in netfs_collect_write_results()
H A Dread_collect.c21 #define NEED_RETRY 0x10 /* A front op requests retrying */ macro
279 notes |= NEED_RETRY | MADE_PROGRESS; in netfs_collect_read_results()
318 if (notes & NEED_RETRY) in netfs_collect_read_results()