Lines Matching full:notes
16 /* Notes made in the collector */
112 unsigned int *notes) in netfs_writeback_unlock_folios() argument
126 *notes |= MADE_PROGRESS; in netfs_writeback_unlock_folios()
164 *notes |= MADE_PROGRESS; in netfs_writeback_unlock_folios()
202 unsigned int notes; in netfs_collect_write_results() local
216 notes = NEED_UNLOCK; in netfs_collect_write_results()
218 notes = 0; in netfs_collect_write_results()
244 notes |= HIT_PENDING; in netfs_collect_write_results()
251 notes |= MADE_PROGRESS | SAW_FAILURE; in netfs_collect_write_results()
257 notes |= MADE_PROGRESS; in netfs_collect_write_results()
264 notes |= NEED_REASSESS | SAW_FAILURE; in netfs_collect_write_results()
269 notes |= NEED_RETRY | MADE_PROGRESS; in netfs_collect_write_results()
284 notes & SAW_FAILURE ? in netfs_collect_write_results()
310 trace_netfs_collect_state(wreq, wreq->collected_to, notes); in netfs_collect_write_results()
313 if (notes & NEED_UNLOCK) { in netfs_collect_write_results()
315 netfs_writeback_unlock_folios(wreq, ¬es); in netfs_collect_write_results()
322 if (notes & NEED_RETRY) in netfs_collect_write_results()
324 if ((notes & MADE_PROGRESS) && test_bit(NETFS_RREQ_PAUSE, &wreq->flags)) { in netfs_collect_write_results()
331 if (notes & NEED_REASSESS) { in netfs_collect_write_results()
335 if (notes & MADE_PROGRESS) { in netfs_collect_write_results()
343 _leave(" = %x", notes); in netfs_collect_write_results()