Home
last modified time | relevance | path

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

/linux-6.15/fs/netfs/
H A Dwrite_collect.c21 #define NEED_RETRY 0x10 /* A front op requests retrying */ macro
269 notes |= NEED_RETRY | MADE_PROGRESS; in netfs_collect_write_results()
322 if (notes & NEED_RETRY) in netfs_collect_write_results()
H A Dread_collect.c21 #define NEED_RETRY 0x10 /* A front op requests retrying */ macro
281 notes |= NEED_RETRY | MADE_PROGRESS; in netfs_collect_read_results()
312 if (notes & NEED_RETRY) in netfs_collect_read_results()