Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dmpage.h20 int mpage_writepages(struct address_space *mapping,
/linux-6.3-rc2/fs/
A Dmpage.c643 mpage_writepages(struct address_space *mapping, in mpage_writepages() function
659 EXPORT_SYMBOL(mpage_writepages);
/linux-6.3-rc2/fs/hpfs/
A Dfile.c174 return mpage_writepages(mapping, wbc, hpfs_get_block); in hpfs_writepages()
/linux-6.3-rc2/fs/jfs/
A Dinode.c270 return mpage_writepages(mapping, wbc, jfs_get_block); in jfs_writepages()
/linux-6.3-rc2/fs/omfs/
A Dfile.c300 return mpage_writepages(mapping, wbc, omfs_get_block); in omfs_writepages()
/linux-6.3-rc2/fs/exfat/
A Dinode.c349 return mpage_writepages(mapping, wbc, exfat_get_block); in exfat_writepages()
/linux-6.3-rc2/fs/hfsplus/
A Dinode.c155 return mpage_writepages(mapping, wbc, hfsplus_get_block); in hfsplus_writepages()
/linux-6.3-rc2/fs/hfs/
A Dinode.c158 return mpage_writepages(mapping, wbc, hfs_get_block); in hfs_writepages()
/linux-6.3-rc2/fs/ext2/
A Dinode.c930 return mpage_writepages(mapping, wbc, ext2_get_block); in ext2_writepages()
/linux-6.3-rc2/Documentation/filesystems/
A Dvfs.rst641 The Dirty tag is primarily used by mpage_writepages - the default
643 ->writepage on. If mpage_writepages is not used (i.e. the address
818 ->writepages is given, then mpage_writepages is used instead.
/linux-6.3-rc2/fs/fat/
A Dinode.c200 return mpage_writepages(mapping, wbc, fat_get_block); in fat_writepages()
/linux-6.3-rc2/fs/ntfs3/
A Dinode.c858 return mpage_writepages(mapping, wbc, ntfs_get_block); in ntfs_writepages()
/linux-6.3-rc2/fs/udf/
A Dinode.c211 return mpage_writepages(mapping, wbc, udf_get_block_wb); in udf_writepages()

Completed in 24 milliseconds