Home
last modified time | relevance | path

Searched refs:writepage (Results 1 – 22 of 22) sorted by relevance

/linux-6.12.1/Documentation/filesystems/
Dlocking.rst247 int (*writepage)(struct page *page, struct writeback_control *wbc);
278 writepage: yes, unlocks (see below)
307 ->writepage() is used for two purposes: for "memory cleansing" and for
311 If writepage is called for sync (wbc->sync_mode != WBC_SYNC_NONE) then
315 If writepage is called for memory cleansing (sync_mode ==
317 possible. So writepage should try to avoid blocking against
330 caller, unless ->writepage() returns special WRITEPAGE_ACTIVATE
332 currently, and VM should stop calling ->writepage() on this page for some
337 and return zero, writepage *must* run set_page_writeback() against the page,
342 writepage.
[all …]
Dvfs.rst701 in order to reuse them. To do this it can call the ->writepage method
716 ->writepage on. If mpage_writepages is not used (i.e. the address
740 dirty_folio to write data into the address_space, and writepage and
747 typically remains set until writepage asks for it to be written. This
753 operations. This gives the writepage and writepages operations some
756 return information back to the caller about the result of a writepage or
803 int (*writepage)(struct page *page, struct writeback_control *wbc);
832 ``writepage``
837 PageLocked is true. writepage should start writeout, should set
842 If wbc->sync_mode is WB_SYNC_NONE, ->writepage doesn't have to
[all …]
Dfscrypt.rst1416 For the write path (->writepage()) of regular files, filesystems
/linux-6.12.1/include/linux/
Dwriteback.h382 struct writeback_control *wbc, writepage_t writepage,
Dfs.h398 int (*writepage)(struct page *page, struct writeback_control *wbc); member
/linux-6.12.1/fs/vboxsf/
Dfile.c350 .writepage = vboxsf_writepage,
/linux-6.12.1/mm/
Dpage-writeback.c2633 struct writeback_control *wbc, writepage_t writepage, in write_cache_pages() argument
2640 error = writepage(folio, wbc, data); in write_cache_pages()
2660 err = mapping->a_ops->writepage(&folio->page, wbc); in writeback_use_writepage()
2684 } else if (mapping->a_ops->writepage) { in do_writepages()
Dswap_state.c34 .writepage = swap_writepage,
Dmigrate.c970 if (!mapping->a_ops->writepage) in writeout()
988 rc = mapping->a_ops->writepage(&folio->page, &wbc); in writeout()
Dvmscan.c666 if (mapping->a_ops->writepage == NULL) in pageout()
689 res = mapping->a_ops->writepage(&folio->page, &wbc); in pageout()
Dshmem.c4808 .writepage = shmem_writepage,
/linux-6.12.1/fs/ecryptfs/
Dmmap.c551 .writepage = ecryptfs_writepage,
/linux-6.12.1/drivers/gpu/drm/i915/gem/
Di915_gem_shmem.c333 ret = mapping->a_ops->writepage(page, &wbc); in __shmem_writeback()
/linux-6.12.1/fs/nilfs2/
Dmdt.c438 .writepage = nilfs_mdt_write_page,
Dinode.c298 .writepage = nilfs_writepage,
/linux-6.12.1/fs/hostfs/
Dhostfs_kern.c508 .writepage = hostfs_writepage,
/linux-6.12.1/fs/orangefs/
Dinode.c609 .writepage = orangefs_writepage,
/linux-6.12.1/fs/f2fs/
Dcheckpoint.c510 .writepage = f2fs_write_meta_page,
Ddata.c3298 if (!mapping->a_ops->writepage) in __f2fs_write_data_pages()
4128 .writepage = f2fs_write_data_page,
Dnode.c2196 .writepage = f2fs_write_node_page,
/linux-6.12.1/fs/ceph/
Daddr.c1587 .writepage = ceph_writepage,
/linux-6.12.1/Documentation/admin-guide/
Dcgroup-v2.rst2947 address_space_operations->writepage[s]() to annotate bio's using the