Searched refs:writepage (Results 1 – 22 of 22) sorted by relevance
/linux-6.12.1/Documentation/filesystems/ |
D | locking.rst | 247 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 …]
|
D | vfs.rst | 701 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 …]
|
D | fscrypt.rst | 1416 For the write path (->writepage()) of regular files, filesystems
|
/linux-6.12.1/include/linux/ |
D | writeback.h | 382 struct writeback_control *wbc, writepage_t writepage,
|
D | fs.h | 398 int (*writepage)(struct page *page, struct writeback_control *wbc); member
|
/linux-6.12.1/fs/vboxsf/ |
D | file.c | 350 .writepage = vboxsf_writepage,
|
/linux-6.12.1/mm/ |
D | page-writeback.c | 2633 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()
|
D | swap_state.c | 34 .writepage = swap_writepage,
|
D | migrate.c | 970 if (!mapping->a_ops->writepage) in writeout() 988 rc = mapping->a_ops->writepage(&folio->page, &wbc); in writeout()
|
D | vmscan.c | 666 if (mapping->a_ops->writepage == NULL) in pageout() 689 res = mapping->a_ops->writepage(&folio->page, &wbc); in pageout()
|
D | shmem.c | 4808 .writepage = shmem_writepage,
|
/linux-6.12.1/fs/ecryptfs/ |
D | mmap.c | 551 .writepage = ecryptfs_writepage,
|
/linux-6.12.1/drivers/gpu/drm/i915/gem/ |
D | i915_gem_shmem.c | 333 ret = mapping->a_ops->writepage(page, &wbc); in __shmem_writeback()
|
/linux-6.12.1/fs/nilfs2/ |
D | mdt.c | 438 .writepage = nilfs_mdt_write_page,
|
D | inode.c | 298 .writepage = nilfs_writepage,
|
/linux-6.12.1/fs/hostfs/ |
D | hostfs_kern.c | 508 .writepage = hostfs_writepage,
|
/linux-6.12.1/fs/orangefs/ |
D | inode.c | 609 .writepage = orangefs_writepage,
|
/linux-6.12.1/fs/f2fs/ |
D | checkpoint.c | 510 .writepage = f2fs_write_meta_page,
|
D | data.c | 3298 if (!mapping->a_ops->writepage) in __f2fs_write_data_pages() 4128 .writepage = f2fs_write_data_page,
|
D | node.c | 2196 .writepage = f2fs_write_node_page,
|
/linux-6.12.1/fs/ceph/ |
D | addr.c | 1587 .writepage = ceph_writepage,
|
/linux-6.12.1/Documentation/admin-guide/ |
D | cgroup-v2.rst | 2947 address_space_operations->writepage[s]() to annotate bio's using the
|