Searched refs:mpage_writepages (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.10/include/linux/ |
| D | mpage.h | 20 int mpage_writepages(struct address_space *mapping,
|
| /Linux-v5.10/fs/ |
| D | mpage.c | 696 mpage_writepages(struct address_space *mapping, in mpage_writepages() function 724 EXPORT_SYMBOL(mpage_writepages);
|
| /Linux-v5.10/fs/hpfs/ |
| D | file.c | 137 return mpage_writepages(mapping, wbc, hpfs_get_block); in hpfs_writepages()
|
| /Linux-v5.10/fs/omfs/ |
| D | file.c | 305 return mpage_writepages(mapping, wbc, omfs_get_block); in omfs_writepages()
|
| /Linux-v5.10/fs/jfs/ |
| D | inode.c | 291 return mpage_writepages(mapping, wbc, jfs_get_block); in jfs_writepages()
|
| /Linux-v5.10/fs/hfsplus/ |
| D | inode.c | 154 return mpage_writepages(mapping, wbc, hfsplus_get_block); in hfsplus_writepages()
|
| /Linux-v5.10/fs/exfat/ |
| D | inode.c | 378 return mpage_writepages(mapping, wbc, exfat_get_block); in exfat_writepages()
|
| /Linux-v5.10/fs/hfs/ |
| D | inode.c | 158 return mpage_writepages(mapping, wbc, hfs_get_block); in hfs_writepages()
|
| /Linux-v5.10/fs/ext2/ |
| D | inode.c | 952 return mpage_writepages(mapping, wbc, ext2_get_block); in ext2_writepages()
|
| /Linux-v5.10/Documentation/filesystems/ |
| D | vfs.rst | 616 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.
|
| /Linux-v5.10/fs/fat/ |
| D | inode.c | 205 return mpage_writepages(mapping, wbc, fat_get_block); in fat_writepages()
|
| /Linux-v5.10/fs/udf/ |
| D | inode.c | 193 return mpage_writepages(mapping, wbc, udf_get_block); in udf_writepages()
|