Home
last modified time | relevance | path

Searched refs:launder_folio (Results 1 – 8 of 8) sorted by relevance

/linux/mm/
H A Dtruncate.c585 if (folio->mapping != mapping || mapping->a_ops->launder_folio == NULL) in folio_launder()
587 return mapping->a_ops->launder_folio(folio); in folio_launder()
/linux/Documentation/filesystems/
H A Dlocking.rst269 int (*launder_folio)(struct folio *);
294 launder_folio: yes
352 ->launder_folio() may be called prior to releasing a folio if
H A Dvfs.rst839 int (*launder_folio) (struct folio *);
1013 ``launder_folio``
/linux/fs/nfs/
H A Dfile.c513 dfprintk(PAGECACHE, "NFS: launder_folio(%ld, %llu)\n", in nfs_launder_folio()
581 .launder_folio = nfs_launder_folio,
/linux/fs/orangefs/
H A Dinode.c601 .launder_folio = orangefs_launder_folio,
/linux/include/linux/
H A Dfs.h468 int (*launder_folio)(struct folio *); member
/linux/fs/fuse/
H A Dfile.c3092 .launder_folio = fuse_launder_folio,
/linux/fs/btrfs/
H A Dinode.c10513 .launder_folio = btrfs_launder_folio,