Home
last modified time | relevance | path

Searched refs:NETFS_FOLIO_COPY_TO_CACHE (Results 1 – 5 of 5) sorted by relevance

/linux/fs/netfs/
H A Dwrite_issue.c64 if (group == NETFS_FOLIO_COPY_TO_CACHE) { in netfs_kill_dirty_pages()
400 if (fgroup == NETFS_FOLIO_COPY_TO_CACHE) { in netfs_write_folio()
425 if (fgroup == NETFS_FOLIO_COPY_TO_CACHE) { in netfs_write_folio()
460 fgroup == NETFS_FOLIO_COPY_TO_CACHE)) { in netfs_write_folio()
589 if (netfs_folio_group(folio) != NETFS_FOLIO_COPY_TO_CACHE && in netfs_writepages()
H A Dwrite_collect.c84 if (group == NETFS_FOLIO_COPY_TO_CACHE) { in netfs_folio_written_back()
H A Dread_collect.c39 * cache the folio, we set the group to NETFS_FOLIO_COPY_TO_CACHE, mark it
71 folio_attach_private(folio, NETFS_FOLIO_COPY_TO_CACHE); in netfs_unlock_read_folio()
/linux/include/linux/
H A Dnetfs.h96 #define NETFS_FOLIO_COPY_TO_CACHE ((struct netfs_group *)0x356UL) /* Write to the cache only */ macro
/linux/Documentation/filesystems/
H A Dnetfs_library.rst164 special value (``NETFS_FOLIO_COPY_TO_CACHE``) and left to writeback to write.
842 finds a dirty page that isn't simply marked NETFS_FOLIO_COPY_TO_CACHE,