Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dread_collect.c18 #define HIT_PENDING 0x01 /* A front op was still pending */ macro
223 notes |= HIT_PENDING; in netfs_collect_read_results()
236 if (!(notes & HIT_PENDING) && in netfs_collect_read_results()
267 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
245 notes |= HIT_PENDING; in netfs_collect_write_results()