Home
last modified time | relevance | path

Searched refs:error_remove_folio (Results 1 – 12 of 12) sorted by relevance

/linux/fs/zonefs/
H A Dfile.c194 .error_remove_folio = generic_error_remove_folio,
/linux/fs/nfs/
H A Dfile.c630 .error_remove_folio = generic_error_remove_folio,
/linux/Documentation/filesystems/
H A Dlocking.rst266 int (*error_remove_folio)(struct address_space *, struct folio *);
291 error_remove_folio: yes
/linux/mm/
H A Dmemory-failure.c940 if (mapping->a_ops->error_remove_folio) { in truncate_error_folio()
941 int err = mapping->a_ops->error_remove_folio(mapping, folio); in truncate_error_folio()
H A Dshmem.c5222 .error_remove_folio = shmem_error_remove_folio,
/linux/virt/kvm/
H A Dguest_memfd.c539 .error_remove_folio = kvm_gmem_error_folio,
/linux/block/
H A Dfops.c593 .error_remove_folio = generic_error_remove_folio,
/linux/fs/ext2/
H A Dinode.c982 .error_remove_folio = generic_error_remove_folio,
/linux/fs/hugetlbfs/
H A Dinode.c1228 .error_remove_folio = hugetlbfs_error_remove_folio,
/linux/fs/ocfs2/
H A Daops.c2458 .error_remove_folio = generic_error_remove_folio,
/linux/include/linux/
H A Dfs.h437 int (*error_remove_folio)(struct address_space *, struct folio *); member
/linux/fs/btrfs/
H A Dinode.c10723 .error_remove_folio = generic_error_remove_folio,