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

/linux-master/include/linux/
H A Dmpage.h20 int mpage_writepages(struct address_space *mapping,
/linux-master/fs/bfs/
H A Dfile.c157 return mpage_writepages(mapping, wbc, bfs_get_block);
/linux-master/fs/
H A Dmpage.c654 * mpage_writepages - walk the list of dirty pages of the given address space & writepage() all of them
663 mpage_writepages(struct address_space *mapping, function
679 EXPORT_SYMBOL(mpage_writepages); variable
/linux-master/fs/hpfs/
H A Dfile.c174 return mpage_writepages(mapping, wbc, hpfs_get_block);
/linux-master/fs/omfs/
H A Dfile.c300 return mpage_writepages(mapping, wbc, omfs_get_block);
/linux-master/fs/jfs/
H A Dinode.c270 return mpage_writepages(mapping, wbc, jfs_get_block);
/linux-master/fs/adfs/
H A Dinode.c40 return mpage_writepages(mapping, wbc, adfs_get_block);
/linux-master/fs/sysv/
H A Ditree.c461 return mpage_writepages(mapping, wbc, get_block);
/linux-master/fs/hfsplus/
H A Dinode.c150 return mpage_writepages(mapping, wbc, hfsplus_get_block);
/linux-master/fs/hfs/
H A Dinode.c153 return mpage_writepages(mapping, wbc, hfs_get_block);
/linux-master/fs/minix/
H A Dinode.c404 return mpage_writepages(mapping, wbc, minix_get_block);
/linux-master/fs/exfat/
H A Dinode.c435 return mpage_writepages(mapping, wbc, exfat_get_block);
/linux-master/fs/affs/
H A Dfile.c377 return mpage_writepages(mapping, wbc, affs_get_block);
/linux-master/fs/ufs/
H A Dinode.c474 return mpage_writepages(mapping, wbc, ufs_getfrag_block);
/linux-master/fs/ext2/
H A Dinode.c949 return mpage_writepages(mapping, wbc, ext2_get_block);
/linux-master/fs/ocfs2/
H A Daops.c403 return mpage_writepages(mapping, wbc, ocfs2_get_block);
/linux-master/fs/fat/
H A Dinode.c200 return mpage_writepages(mapping, wbc, fat_get_block);
/linux-master/fs/udf/
H A Dinode.c207 return mpage_writepages(mapping, wbc, udf_get_block_wb);
/linux-master/fs/ntfs3/
H A Dinode.c889 return mpage_writepages(mapping, wbc, ntfs_get_block);

Completed in 580 milliseconds