Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dmpage.h20 int mpage_writepages(struct address_space *mapping,
/OK3568_Linux_fs/kernel/fs/
H A Dmpage.c732 mpage_writepages(struct address_space *mapping, in mpage_writepages() function
760 EXPORT_SYMBOL(mpage_writepages);
/OK3568_Linux_fs/kernel/fs/hpfs/
H A Dfile.c137 return mpage_writepages(mapping, wbc, hpfs_get_block); in hpfs_writepages()
/OK3568_Linux_fs/kernel/fs/omfs/
H A Dfile.c305 return mpage_writepages(mapping, wbc, omfs_get_block); in omfs_writepages()
/OK3568_Linux_fs/kernel/fs/jfs/
H A Dinode.c293 return mpage_writepages(mapping, wbc, jfs_get_block); in jfs_writepages()
/OK3568_Linux_fs/kernel/fs/exfat/
H A Dinode.c378 return mpage_writepages(mapping, wbc, exfat_get_block); in exfat_writepages()
/OK3568_Linux_fs/kernel/fs/hfsplus/
H A Dinode.c154 return mpage_writepages(mapping, wbc, hfsplus_get_block); in hfsplus_writepages()
/OK3568_Linux_fs/kernel/fs/hfs/
H A Dinode.c158 return mpage_writepages(mapping, wbc, hfs_get_block); in hfs_writepages()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dvfs.rst616 The Dirty tag is primarily used by mpage_writepages - the default
618 ->writepage on. If mpage_writepages is not used (i.e. the address
773 ->writepages is given, then mpage_writepages is used instead.
/OK3568_Linux_fs/kernel/fs/ext2/
H A Dinode.c952 return mpage_writepages(mapping, wbc, ext2_get_block); in ext2_writepages()
/OK3568_Linux_fs/kernel/fs/fat/
H A Dinode.c205 return mpage_writepages(mapping, wbc, fat_get_block); in fat_writepages()
/OK3568_Linux_fs/kernel/fs/udf/
H A Dinode.c193 return mpage_writepages(mapping, wbc, udf_get_block); in udf_writepages()