Searched refs:mpage_writepages (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/include/linux/ |
D | mpage.h | 20 int mpage_writepages(struct address_space *mapping,
|
/Linux-v4.19/fs/ |
D | mpage.c | 712 mpage_writepages(struct address_space *mapping, in mpage_writepages() function 740 EXPORT_SYMBOL(mpage_writepages);
|
/Linux-v4.19/fs/hpfs/ |
D | file.c | 137 return mpage_writepages(mapping, wbc, hpfs_get_block); in hpfs_writepages()
|
/Linux-v4.19/fs/jfs/ |
D | inode.c | 292 return mpage_writepages(mapping, wbc, jfs_get_block); in jfs_writepages()
|
/Linux-v4.19/fs/omfs/ |
D | file.c | 306 return mpage_writepages(mapping, wbc, omfs_get_block); in omfs_writepages()
|
/Linux-v4.19/fs/gfs2/ |
D | aops.c | 236 int ret = mpage_writepages(mapping, wbc, gfs2_get_block_noalloc); in gfs2_writepages()
|
/Linux-v4.19/fs/hfsplus/ |
D | inode.c | 154 return mpage_writepages(mapping, wbc, hfsplus_get_block); in hfsplus_writepages()
|
/Linux-v4.19/fs/hfs/ |
D | inode.c | 157 return mpage_writepages(mapping, wbc, hfs_get_block); in hfs_writepages()
|
/Linux-v4.19/fs/ext2/ |
D | inode.c | 952 return mpage_writepages(mapping, wbc, ext2_get_block); in ext2_writepages()
|
/Linux-v4.19/Documentation/filesystems/ |
D | vfs.txt | 542 The Dirty tag is primarily used by mpage_writepages - the default 544 ->writepage on. If mpage_writepages is not used (i.e. the address 690 If no ->writepages is given, then mpage_writepages is used
|
/Linux-v4.19/fs/fat/ |
D | inode.c | 198 return mpage_writepages(mapping, wbc, fat_get_block); in fat_writepages()
|
/Linux-v4.19/fs/udf/ |
D | inode.c | 183 return mpage_writepages(mapping, wbc, udf_get_block); in udf_writepages()
|