Home
last modified time | relevance | path

Searched refs:block_write_full_page (Results 1 – 23 of 23) sorted by relevance

/fs/hpfs/
Dfile.c87 return block_write_full_page(page,hpfs_get_block, wbc); in hpfs_writepage()
/fs/bfs/
Dfile.c160 return block_write_full_page(page, bfs_get_block, wbc); in bfs_writepage()
/fs/gfs2/
Dops_address.c143 ret = block_write_full_page(page, gfs2_get_block_noalloc, wbc); in gfs2_writeback_writepage()
170 return block_write_full_page(page, gfs2_get_block_noalloc, wbc); in gfs2_ordered_writepage()
198 return block_write_full_page(page, gfs2_get_block_noalloc, wbc); in __gfs2_jdata_writepage()
Dmeta_io.c47 return block_write_full_page(page, aspace_get_block, wbc); in gfs2_aspace_writepage()
/fs/jfs/
Dinode.c276 return block_write_full_page(page, jfs_get_block, wbc); in jfs_writepage()
/fs/adfs/
Dinode.c56 return block_write_full_page(page, adfs_get_block, wbc); in adfs_writepage()
/fs/omfs/
Dfile.c317 return block_write_full_page(page, omfs_get_block, wbc); in omfs_writepage()
/fs/sysv/
Ditree.c454 return block_write_full_page(page,get_block,wbc); in sysv_writepage()
/fs/qnx4/
Dinode.c435 return block_write_full_page(page,qnx4_get_block, wbc); in qnx4_writepage()
/fs/hfsplus/
Dinode.c27 return block_write_full_page(page, hfsplus_get_block, wbc); in hfsplus_writepage()
/fs/hfs/
Dinode.c30 return block_write_full_page(page, hfs_get_block, wbc); in hfs_writepage()
/fs/ext3/
Dinode.c1523 ret = block_write_full_page(page, ext3_get_block, wbc); in ext3_ordered_writepage()
1576 ret = block_write_full_page(page, ext3_get_block, wbc); in ext3_writeback_writepage()
1633 ret = block_write_full_page(page, ext3_get_block, wbc); in ext3_journalled_writepage()
/fs/minix/
Dinode.c347 return block_write_full_page(page, minix_get_block, wbc); in minix_writepage()
/fs/
Dbuffer.c2922 int block_write_full_page(struct page *page, get_block_t *get_block, in block_write_full_page() function
3424 EXPORT_SYMBOL(block_write_full_page);
Dblock_dev.c179 return block_write_full_page(page, blkdev_get_block, wbc); in blkdev_writepage()
/fs/affs/
Dfile.c397 return block_write_full_page(page, affs_get_block, wbc); in affs_writepage()
/fs/ufs/
Dinode.c560 return block_write_full_page(page,ufs_getfrag_block,wbc); in ufs_writepage()
/fs/ext4/
Dinode.c2403 ret = block_write_full_page(page, in ext4_da_writepage()
2956 return block_write_full_page(page, in __ext4_normal_writepage()
3095 return block_write_full_page(page, in ext4_journalled_writepage()
/fs/ext2/
Dinode.c716 return block_write_full_page(page, ext2_get_block, wbc); in ext2_writepage()
/fs/ocfs2/
Daops.c402 ret = block_write_full_page(page, ocfs2_get_block, wbc); in ocfs2_writepage()
/fs/fat/
Dinode.c125 return block_write_full_page(page, fat_get_block, wbc); in fat_writepage()
/fs/udf/
Dinode.c118 return block_write_full_page(page, udf_get_block, wbc); in udf_writepage()
/fs/btrfs/
Ddisk-io.c767 return block_write_full_page(page, btree_get_block, wbc);