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()
379 unsigned int notes; in netfs_collect_write_results() local
393 notes = BUFFERED; in netfs_collect_write_results()
395 notes = 0; in netfs_collect_write_results()
421 notes |= HIT_PENDING; in netfs_collect_write_results()
428 notes |= MADE_PROGRESS | SAW_FAILURE; in netfs_collect_write_results()
434 notes |= MADE_PROGRESS; in netfs_collect_write_results()
441 notes |= NEED_REASSESS | SAW_FAILURE; in netfs_collect_write_results()
446 notes |= NEED_RETRY | MADE_PROGRESS; in netfs_collect_write_results()
461 notes & SAW_FAILURE ? in netfs_collect_write_results()
487 trace_netfs_collect_state(wreq, wreq->collected_to, notes); in netfs_collect_write_results()
490 if (notes & BUFFERED) { in netfs_collect_write_results()
492 netfs_writeback_unlock_folios(wreq, ¬es); in netfs_collect_write_results()
499 if (notes & NEED_RETRY) in netfs_collect_write_results()
501 if ((notes & MADE_PROGRESS) && test_bit(NETFS_RREQ_PAUSE, &wreq->flags)) { in netfs_collect_write_results()
506 if (notes & NEED_REASSESS) { in netfs_collect_write_results()
510 if (notes & MADE_PROGRESS) { in netfs_collect_write_results()
518 _leave(" = %x", notes); in netfs_collect_write_results()