Home
last modified time | relevance | path

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

/fs/bfs/
Dfile.c155 return block_write_full_page(page, bfs_get_block, wbc); in bfs_writepage()
/fs/hpfs/
Dfile.c125 return block_write_full_page(page, hpfs_get_block, wbc); in hpfs_writepage()
/fs/adfs/
Dinode.c37 return block_write_full_page(page, adfs_get_block, wbc); in adfs_writepage()
/fs/omfs/
Dfile.c300 return block_write_full_page(page, omfs_get_block, wbc); in omfs_writepage()
/fs/jfs/
Dinode.c285 return block_write_full_page(page, jfs_get_block, wbc); in jfs_writepage()
/fs/sysv/
Ditree.c456 return block_write_full_page(page,get_block,wbc); in sysv_writepage()
/fs/minix/
Dinode.c383 return block_write_full_page(page, minix_get_block, wbc); in minix_writepage()
/fs/hfsplus/
Dinode.c32 return block_write_full_page(page, hfsplus_get_block, wbc); in hfsplus_writepage()
/fs/hfs/
Dinode.c33 return block_write_full_page(page, hfs_get_block, wbc); in hfs_writepage()
/fs/
Dbuffer.c2920 int block_write_full_page(struct page *page, get_block_t *get_block, in block_write_full_page() function
2957 EXPORT_SYMBOL(block_write_full_page);
Dblock_dev.c609 return block_write_full_page(page, blkdev_get_block, wbc); in blkdev_writepage()
/fs/affs/
Dfile.c374 return block_write_full_page(page, affs_get_block, wbc); in affs_writepage()
/fs/ext2/
Dinode.c872 return block_write_full_page(page, ext2_get_block, wbc); in ext2_writepage()
/fs/ufs/
Dinode.c472 return block_write_full_page(page,ufs_getfrag_block,wbc); in ufs_writepage()
/fs/fat/
Dinode.c198 return block_write_full_page(page, fat_get_block, wbc); in fat_writepage()
/fs/ocfs2/
Daops.c418 return block_write_full_page(page, ocfs2_get_block, wbc); in ocfs2_writepage()
/fs/udf/
Dinode.c184 return block_write_full_page(page, udf_get_block, wbc); in udf_writepage()