Lines Matching full:notes
17 /* Notes made in the collector */
103 unsigned int *notes) in netfs_read_unlock_folios() argument
129 if (*notes & COPY_TO_CACHE) in netfs_read_unlock_folios()
152 *notes |= MADE_PROGRESS; in netfs_read_unlock_folios()
191 unsigned int notes; in netfs_collect_read_results() local
201 notes = BUFFERED; in netfs_collect_read_results()
203 notes = 0; in netfs_collect_read_results()
224 notes |= HIT_PENDING; in netfs_collect_read_results()
233 if (notes & BUFFERED) { in netfs_collect_read_results()
237 if (!(notes & HIT_PENDING) && in netfs_collect_read_results()
251 notes |= COPY_TO_CACHE; in netfs_collect_read_results()
261 netfs_read_unlock_folios(rreq, ¬es); in netfs_collect_read_results()
268 if (notes & HIT_PENDING) in netfs_collect_read_results()
278 notes |= MADE_PROGRESS | ABANDON_SREQ; in netfs_collect_read_results()
281 notes |= NEED_RETRY | MADE_PROGRESS; in netfs_collect_read_results()
286 notes |= MADE_PROGRESS; in netfs_collect_read_results()
301 notes & ABANDON_SREQ ? in netfs_collect_read_results()
307 trace_netfs_collect_state(rreq, rreq->collected_to, notes); in netfs_collect_read_results()
309 if (!(notes & BUFFERED)) in netfs_collect_read_results()
312 if (notes & NEED_RETRY) in netfs_collect_read_results()
314 if ((notes & MADE_PROGRESS) && test_bit(NETFS_RREQ_PAUSE, &rreq->flags)) { in netfs_collect_read_results()
321 if (notes & MADE_PROGRESS) { in netfs_collect_read_results()
327 _leave(" = %x", notes); in netfs_collect_read_results()