Lines Matching refs:notes
101 unsigned int *notes) in netfs_read_unlock_folios() argument
127 if (*notes & COPY_TO_CACHE) in netfs_read_unlock_folios()
150 *notes |= MADE_PROGRESS; in netfs_read_unlock_folios()
189 unsigned int notes; in netfs_collect_read_results() local
199 notes = BUFFERED; in netfs_collect_read_results()
201 notes = 0; in netfs_collect_read_results()
222 notes |= HIT_PENDING; in netfs_collect_read_results()
231 if (notes & BUFFERED) { in netfs_collect_read_results()
235 if (!(notes & HIT_PENDING) && in netfs_collect_read_results()
249 notes |= COPY_TO_CACHE; in netfs_collect_read_results()
259 netfs_read_unlock_folios(rreq, ¬es); in netfs_collect_read_results()
266 if (notes & HIT_PENDING) in netfs_collect_read_results()
276 notes |= MADE_PROGRESS | ABANDON_SREQ; in netfs_collect_read_results()
279 notes |= NEED_RETRY | MADE_PROGRESS; in netfs_collect_read_results()
282 notes |= MADE_PROGRESS; in netfs_collect_read_results()
290 notes |= MADE_PROGRESS; in netfs_collect_read_results()
299 notes & ABANDON_SREQ ? in netfs_collect_read_results()
307 notes & ABANDON_SREQ ? in netfs_collect_read_results()
313 trace_netfs_collect_state(rreq, rreq->collected_to, notes); in netfs_collect_read_results()
315 if (!(notes & BUFFERED)) in netfs_collect_read_results()
318 if (notes & NEED_RETRY) in netfs_collect_read_results()
320 if (notes & MADE_PROGRESS) { in netfs_collect_read_results()
327 _leave(" = %x", notes); in netfs_collect_read_results()