Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/Documentation/filesystems/
H A Dlocking.rst270 int (*launder_folio)(struct folio *);
296 launder_folio: yes
402 ->launder_folio() may be called prior to releasing a folio if
H A Dvfs.rst840 int (*launder_folio) (struct folio *);
1033 ``launder_folio``
/linux-6.15/fs/nfs/
H A Dfile.c576 .launder_folio = nfs_launder_folio,
/linux-6.15/fs/orangefs/
H A Dinode.c599 .launder_folio = orangefs_launder_folio,
/linux-6.15/include/linux/
H A Dfs.h466 int (*launder_folio)(struct folio *); member
/linux-6.15/fs/fuse/
H A Dfile.c3420 .launder_folio = fuse_launder_folio,
/linux-6.15/fs/btrfs/
H A Dinode.c10386 .launder_folio = btrfs_launder_folio,