Home
last modified time | relevance | path

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

/linux-6.15/fs/netfs/
H A Dread_collect.c18 #define HIT_PENDING 0x01 /* A front op was still pending */ macro
224 notes |= HIT_PENDING; in netfs_collect_read_results()
237 if (!(notes & HIT_PENDING) && in netfs_collect_read_results()
268 if (notes & HIT_PENDING) in netfs_collect_read_results()
H A Dwrite_collect.c17 #define HIT_PENDING 0x01 /* A front op was still pending */ macro
244 notes |= HIT_PENDING; in netfs_collect_write_results()