Searched refs:mpage_writepages (Results 1 – 14 of 14) sorted by relevance
| /Linux-v6.6/include/linux/ |
| D | mpage.h | 20 int mpage_writepages(struct address_space *mapping,
|
| /Linux-v6.6/fs/ |
| D | mpage.c | 669 mpage_writepages(struct address_space *mapping, in mpage_writepages() function 685 EXPORT_SYMBOL(mpage_writepages);
|
| /Linux-v6.6/fs/hpfs/ |
| D | file.c | 174 return mpage_writepages(mapping, wbc, hpfs_get_block); in hpfs_writepages()
|
| /Linux-v6.6/fs/jfs/ |
| D | inode.c | 270 return mpage_writepages(mapping, wbc, jfs_get_block); in jfs_writepages()
|
| /Linux-v6.6/fs/omfs/ |
| D | file.c | 300 return mpage_writepages(mapping, wbc, omfs_get_block); in omfs_writepages()
|
| /Linux-v6.6/fs/exfat/ |
| D | inode.c | 349 return mpage_writepages(mapping, wbc, exfat_get_block); in exfat_writepages()
|
| /Linux-v6.6/fs/hfsplus/ |
| D | inode.c | 155 return mpage_writepages(mapping, wbc, hfsplus_get_block); in hfsplus_writepages()
|
| /Linux-v6.6/fs/hfs/ |
| D | inode.c | 158 return mpage_writepages(mapping, wbc, hfs_get_block); in hfs_writepages()
|
| /Linux-v6.6/fs/affs/ |
| D | file.c | 377 return mpage_writepages(mapping, wbc, affs_get_block); in affs_writepages()
|
| /Linux-v6.6/fs/ext2/ |
| D | inode.c | 949 return mpage_writepages(mapping, wbc, ext2_get_block); in ext2_writepages()
|
| /Linux-v6.6/Documentation/filesystems/ |
| D | vfs.rst | 714 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.
|
| /Linux-v6.6/fs/fat/ |
| D | inode.c | 200 return mpage_writepages(mapping, wbc, fat_get_block); in fat_writepages()
|
| /Linux-v6.6/fs/ntfs3/ |
| D | inode.c | 873 return mpage_writepages(mapping, wbc, ntfs_get_block); in ntfs_writepages()
|
| /Linux-v6.6/fs/udf/ |
| D | inode.c | 207 return mpage_writepages(mapping, wbc, udf_get_block_wb); in udf_writepages()
|