Lines Matching refs:notes
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()
258 notes |= MADE_PROGRESS; in netfs_collect_write_results()
265 notes |= NEED_REASSESS | SAW_FAILURE; in netfs_collect_write_results()
270 notes |= NEED_RETRY | MADE_PROGRESS; in netfs_collect_write_results()
285 notes & SAW_FAILURE ? in netfs_collect_write_results()
311 trace_netfs_collect_state(wreq, wreq->collected_to, notes); in netfs_collect_write_results()
314 if (notes & NEED_UNLOCK) { in netfs_collect_write_results()
316 netfs_writeback_unlock_folios(wreq, ¬es); in netfs_collect_write_results()
323 if (notes & NEED_RETRY) in netfs_collect_write_results()
326 if (notes & MADE_PROGRESS) { in netfs_collect_write_results()
332 if (notes & NEED_REASSESS) { in netfs_collect_write_results()
340 _leave(" = %x", notes); in netfs_collect_write_results()