Home
last modified time | relevance | path

Searched refs:mpage_writepages (Results 1 – 13 of 13) sorted by relevance

/Linux-v6.1/include/linux/
Dmpage.h20 int mpage_writepages(struct address_space *mapping,
/Linux-v6.1/fs/
Dmpage.c654 mpage_writepages(struct address_space *mapping, in mpage_writepages() function
670 EXPORT_SYMBOL(mpage_writepages);
/Linux-v6.1/fs/hpfs/
Dfile.c179 return mpage_writepages(mapping, wbc, hpfs_get_block); in hpfs_writepages()
/Linux-v6.1/fs/jfs/
Dinode.c275 return mpage_writepages(mapping, wbc, jfs_get_block); in jfs_writepages()
/Linux-v6.1/fs/omfs/
Dfile.c305 return mpage_writepages(mapping, wbc, omfs_get_block); in omfs_writepages()
/Linux-v6.1/fs/exfat/
Dinode.c356 return mpage_writepages(mapping, wbc, exfat_get_block); in exfat_writepages()
/Linux-v6.1/fs/hfsplus/
Dinode.c155 return mpage_writepages(mapping, wbc, hfsplus_get_block); in hfsplus_writepages()
/Linux-v6.1/fs/hfs/
Dinode.c158 return mpage_writepages(mapping, wbc, hfs_get_block); in hfs_writepages()
/Linux-v6.1/fs/ext2/
Dinode.c935 return mpage_writepages(mapping, wbc, ext2_get_block); in ext2_writepages()
/Linux-v6.1/Documentation/filesystems/
Dvfs.rst640 The Dirty tag is primarily used by mpage_writepages - the default
642 ->writepage on. If mpage_writepages is not used (i.e. the address
817 ->writepages is given, then mpage_writepages is used instead.
/Linux-v6.1/fs/fat/
Dinode.c205 return mpage_writepages(mapping, wbc, fat_get_block); in fat_writepages()
/Linux-v6.1/fs/ntfs3/
Dinode.c855 return mpage_writepages(mapping, wbc, ntfs_get_block); in ntfs_writepages()
/Linux-v6.1/fs/udf/
Dinode.c193 return mpage_writepages(mapping, wbc, udf_get_block); in udf_writepages()