Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmpage.h20 int mpage_writepages(struct address_space *mapping,
/openbmc/linux/fs/
H A Dmpage.c669 mpage_writepages(struct address_space *mapping, in mpage_writepages() function
685 EXPORT_SYMBOL(mpage_writepages);
/openbmc/linux/fs/hpfs/
H A Dfile.c174 return mpage_writepages(mapping, wbc, hpfs_get_block); in hpfs_writepages()
/openbmc/linux/fs/jfs/
H A Dinode.c270 return mpage_writepages(mapping, wbc, jfs_get_block); in jfs_writepages()
/openbmc/linux/fs/omfs/
H A Dfile.c300 return mpage_writepages(mapping, wbc, omfs_get_block); in omfs_writepages()
/openbmc/linux/fs/exfat/
H A Dinode.c349 return mpage_writepages(mapping, wbc, exfat_get_block); in exfat_writepages()
/openbmc/linux/fs/hfsplus/
H A Dinode.c155 return mpage_writepages(mapping, wbc, hfsplus_get_block); in hfsplus_writepages()
/openbmc/linux/fs/hfs/
H A Dinode.c158 return mpage_writepages(mapping, wbc, hfs_get_block); in hfs_writepages()
/openbmc/linux/fs/affs/
H A Dfile.c377 return mpage_writepages(mapping, wbc, affs_get_block); in affs_writepages()
/openbmc/linux/fs/ext2/
H A Dinode.c949 return mpage_writepages(mapping, wbc, ext2_get_block); in ext2_writepages()
/openbmc/linux/Documentation/filesystems/
H A Dvfs.rst714 The Dirty tag is primarily used by mpage_writepages - the default
716 ->writepage on. If mpage_writepages is not used (i.e. the address
891 ->writepages is given, then mpage_writepages is used instead.
/openbmc/linux/fs/fat/
H A Dinode.c200 return mpage_writepages(mapping, wbc, fat_get_block); in fat_writepages()
/openbmc/linux/fs/ntfs3/
H A Dinode.c888 return mpage_writepages(mapping, wbc, ntfs_get_block); in ntfs_writepages()
/openbmc/linux/fs/udf/
H A Dinode.c207 return mpage_writepages(mapping, wbc, udf_get_block_wb); in udf_writepages()