Lines Matching refs:notes
84 unsigned int *notes) in netfs_writeback_unlock_folios() argument
92 *notes |= MADE_PROGRESS; in netfs_writeback_unlock_folios()
128 *notes |= MADE_PROGRESS; in netfs_writeback_unlock_folios()
380 unsigned int notes; in netfs_collect_write_results() local
394 notes = BUFFERED; in netfs_collect_write_results()
396 notes = 0; in netfs_collect_write_results()
422 notes |= HIT_PENDING; in netfs_collect_write_results()
429 notes |= MADE_PROGRESS | SAW_FAILURE; in netfs_collect_write_results()
435 notes |= MADE_PROGRESS; in netfs_collect_write_results()
442 notes |= NEED_REASSESS | SAW_FAILURE; in netfs_collect_write_results()
447 notes |= NEED_RETRY | MADE_PROGRESS; in netfs_collect_write_results()
462 notes & SAW_FAILURE ? in netfs_collect_write_results()
488 trace_netfs_collect_state(wreq, wreq->collected_to, notes); in netfs_collect_write_results()
491 if (notes & BUFFERED) { in netfs_collect_write_results()
493 netfs_writeback_unlock_folios(wreq, ¬es); in netfs_collect_write_results()
500 if (notes & NEED_RETRY) in netfs_collect_write_results()
502 if ((notes & MADE_PROGRESS) && test_bit(NETFS_RREQ_PAUSE, &wreq->flags)) { in netfs_collect_write_results()
508 if (notes & NEED_REASSESS) { in netfs_collect_write_results()
512 if (notes & MADE_PROGRESS) { in netfs_collect_write_results()
520 _leave(" = %x", notes); in netfs_collect_write_results()