Searched refs:mpage_writepages (Results 1 – 19 of 19) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | mpage.h | 20 int mpage_writepages(struct address_space *mapping,
|
| /linux-6.15/fs/bfs/ |
| H A D | file.c | 157 return mpage_writepages(mapping, wbc, bfs_get_block); in bfs_writepages()
|
| /linux-6.15/fs/ |
| H A D | mpage.c | 653 mpage_writepages(struct address_space *mapping, in mpage_writepages() function 669 EXPORT_SYMBOL(mpage_writepages);
|
| /linux-6.15/fs/adfs/ |
| H A D | inode.c | 40 return mpage_writepages(mapping, wbc, adfs_get_block); in adfs_writepages()
|
| /linux-6.15/fs/hpfs/ |
| H A D | file.c | 174 return mpage_writepages(mapping, wbc, hpfs_get_block); in hpfs_writepages()
|
| /linux-6.15/fs/jfs/ |
| H A D | inode.c | 270 return mpage_writepages(mapping, wbc, jfs_get_block); in jfs_writepages()
|
| /linux-6.15/fs/omfs/ |
| H A D | file.c | 300 return mpage_writepages(mapping, wbc, omfs_get_block); in omfs_writepages()
|
| /linux-6.15/fs/exfat/ |
| H A D | inode.c | 435 return mpage_writepages(mapping, wbc, exfat_get_block); in exfat_writepages()
|
| /linux-6.15/fs/minix/ |
| H A D | inode.c | 422 return mpage_writepages(mapping, wbc, minix_get_block); in minix_writepages()
|
| /linux-6.15/fs/hfsplus/ |
| H A D | inode.c | 149 return mpage_writepages(mapping, wbc, hfsplus_get_block); in hfsplus_writepages()
|
| /linux-6.15/fs/hfs/ |
| H A D | inode.c | 152 return mpage_writepages(mapping, wbc, hfs_get_block); in hfs_writepages()
|
| /linux-6.15/fs/affs/ |
| H A D | file.c | 377 return mpage_writepages(mapping, wbc, affs_get_block); in affs_writepages()
|
| /linux-6.15/fs/ext2/ |
| H A D | inode.c | 949 return mpage_writepages(mapping, wbc, ext2_get_block); in ext2_writepages()
|
| /linux-6.15/fs/ufs/ |
| H A D | inode.c | 452 return mpage_writepages(mapping, wbc, ufs_getfrag_block); in ufs_writepages()
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | vfs.rst | 733 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 D | inode.c | 199 return mpage_writepages(mapping, wbc, fat_get_block); in fat_writepages()
|
| /linux-6.15/fs/ntfs3/ |
| H A D | inode.c | 901 return mpage_writepages(mapping, wbc, ntfs_get_block); in ntfs_writepages()
|
| /linux-6.15/fs/ocfs2/ |
| H A D | aops.c | 387 return mpage_writepages(mapping, wbc, ocfs2_get_block); in ocfs2_writepages()
|
| /linux-6.15/fs/udf/ |
| H A D | inode.c | 207 return mpage_writepages(mapping, wbc, udf_get_block_wb); in udf_writepages()
|