Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dmpage.h20 int mpage_writepages(struct address_space *mapping,
/linux-6.15/fs/bfs/
H A Dfile.c157 return mpage_writepages(mapping, wbc, bfs_get_block); in bfs_writepages()
/linux-6.15/fs/
H A Dmpage.c653 mpage_writepages(struct address_space *mapping, in mpage_writepages() function
669 EXPORT_SYMBOL(mpage_writepages);
/linux-6.15/fs/adfs/
H A Dinode.c40 return mpage_writepages(mapping, wbc, adfs_get_block); in adfs_writepages()
/linux-6.15/fs/hpfs/
H A Dfile.c174 return mpage_writepages(mapping, wbc, hpfs_get_block); in hpfs_writepages()
/linux-6.15/fs/jfs/
H A Dinode.c270 return mpage_writepages(mapping, wbc, jfs_get_block); in jfs_writepages()
/linux-6.15/fs/omfs/
H A Dfile.c300 return mpage_writepages(mapping, wbc, omfs_get_block); in omfs_writepages()
/linux-6.15/fs/exfat/
H A Dinode.c435 return mpage_writepages(mapping, wbc, exfat_get_block); in exfat_writepages()
/linux-6.15/fs/minix/
H A Dinode.c422 return mpage_writepages(mapping, wbc, minix_get_block); in minix_writepages()
/linux-6.15/fs/hfsplus/
H A Dinode.c149 return mpage_writepages(mapping, wbc, hfsplus_get_block); in hfsplus_writepages()
/linux-6.15/fs/hfs/
H A Dinode.c152 return mpage_writepages(mapping, wbc, hfs_get_block); in hfs_writepages()
/linux-6.15/fs/affs/
H A Dfile.c377 return mpage_writepages(mapping, wbc, affs_get_block); in affs_writepages()
/linux-6.15/fs/ext2/
H A Dinode.c949 return mpage_writepages(mapping, wbc, ext2_get_block); in ext2_writepages()
/linux-6.15/fs/ufs/
H A Dinode.c452 return mpage_writepages(mapping, wbc, ufs_getfrag_block); in ufs_writepages()
/linux-6.15/Documentation/filesystems/
H A Dvfs.rst733 The Dirty tag is primarily used by mpage_writepages - the default
735 ->writepage on. If mpage_writepages is not used (i.e. the address
910 ->writepages is given, then mpage_writepages is used instead.
/linux-6.15/fs/fat/
H A Dinode.c199 return mpage_writepages(mapping, wbc, fat_get_block); in fat_writepages()
/linux-6.15/fs/ntfs3/
H A Dinode.c901 return mpage_writepages(mapping, wbc, ntfs_get_block); in ntfs_writepages()
/linux-6.15/fs/ocfs2/
H A Daops.c387 return mpage_writepages(mapping, wbc, ocfs2_get_block); in ocfs2_writepages()
/linux-6.15/fs/udf/
H A Dinode.c207 return mpage_writepages(mapping, wbc, udf_get_block_wb); in udf_writepages()