Lines Matching refs:writethrough_cache
643 struct folio **writethrough_cache) in netfs_advance_writethrough() argument
652 if (*writethrough_cache != folio) { in netfs_advance_writethrough()
653 if (*writethrough_cache) { in netfs_advance_writethrough()
655 folio_put(*writethrough_cache); in netfs_advance_writethrough()
656 *writethrough_cache = NULL; in netfs_advance_writethrough()
663 *writethrough_cache = folio; in netfs_advance_writethrough()
676 folio_put(*writethrough_cache); in netfs_advance_writethrough()
677 *writethrough_cache = NULL; in netfs_advance_writethrough()
686 struct folio *writethrough_cache) in netfs_end_writethrough() argument
693 if (writethrough_cache) { in netfs_end_writethrough()
694 folio_lock(writethrough_cache); in netfs_end_writethrough()
695 netfs_write_folio(wreq, wbc, writethrough_cache); in netfs_end_writethrough()
696 folio_put(writethrough_cache); in netfs_end_writethrough()