Home
last modified time | relevance | path

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

/linux-4.1.27/fs/bfs/
Dfile.c154 return block_write_full_page(page, bfs_get_block, wbc); in bfs_writepage()
/linux-4.1.27/fs/hpfs/
Dfile.c119 return block_write_full_page(page, hpfs_get_block, wbc); in hpfs_writepage()
/linux-4.1.27/fs/adfs/
Dinode.c40 return block_write_full_page(page, adfs_get_block, wbc); in adfs_writepage()
/linux-4.1.27/fs/jfs/
Dinode.c284 return block_write_full_page(page, jfs_get_block, wbc); in jfs_writepage()
/linux-4.1.27/fs/omfs/
Dfile.c300 return block_write_full_page(page, omfs_get_block, wbc); in omfs_writepage()
/linux-4.1.27/include/linux/
Dbuffer_head.h209 int block_write_full_page(struct page *page, get_block_t *get_block,
/linux-4.1.27/fs/ext3/
Dinode.c1610 return block_write_full_page(page, NULL, wbc); in ext3_ordered_writepage()
1623 ret = block_write_full_page(page, ext3_get_block, wbc); in ext3_ordered_writepage()
1679 return block_write_full_page(page, NULL, wbc); in ext3_writeback_writepage()
1689 ret = block_write_full_page(page, ext3_get_block, wbc); in ext3_writeback_writepage()
1762 ret = block_write_full_page(page, NULL, wbc); in ext3_journalled_writepage()
/linux-4.1.27/fs/sysv/
Ditree.c454 return block_write_full_page(page,get_block,wbc); in sysv_writepage()
/linux-4.1.27/fs/hfsplus/
Dinode.c31 return block_write_full_page(page, hfsplus_get_block, wbc); in hfsplus_writepage()
/linux-4.1.27/fs/minix/
Dinode.c386 return block_write_full_page(page, minix_get_block, wbc); in minix_writepage()
/linux-4.1.27/fs/hfs/
Dinode.c31 return block_write_full_page(page, hfs_get_block, wbc); in hfs_writepage()
/linux-4.1.27/fs/gfs2/
Daops.c168 return block_write_full_page(page, gfs2_get_block_noalloc, wbc); in __gfs2_jdata_writepage()
/linux-4.1.27/fs/ufs/
Dinode.c516 return block_write_full_page(page,ufs_getfrag_block,wbc); in ufs_writepage()
/linux-4.1.27/fs/
Dbuffer.c2885 int block_write_full_page(struct page *page, get_block_t *get_block, in block_write_full_page() function
2922 EXPORT_SYMBOL(block_write_full_page);
Dblock_dev.c285 return block_write_full_page(page, blkdev_get_block, wbc); in blkdev_writepage()
/linux-4.1.27/fs/affs/
Dfile.c373 return block_write_full_page(page, affs_get_block, wbc); in affs_writepage()
/linux-4.1.27/fs/ext2/
Dinode.c787 return block_write_full_page(page, ext2_get_block, wbc); in ext2_writepage()
/linux-4.1.27/fs/fat/
Dinode.c178 return block_write_full_page(page, fat_get_block, wbc); in fat_writepage()
/linux-4.1.27/fs/ocfs2/
Daops.c418 return block_write_full_page(page, ocfs2_get_block, wbc); in ocfs2_writepage()
/linux-4.1.27/fs/udf/
Dinode.c185 return block_write_full_page(page, udf_get_block, wbc); in udf_writepage()