Home
last modified time | relevance | path

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

/fs/bfs/
Dfile.c155 return block_write_full_page(page, bfs_get_block, wbc); in bfs_writepage()
/fs/adfs/
Dinode.c38 return block_write_full_page(page, adfs_get_block, wbc); in adfs_writepage()
/fs/hpfs/
Dfile.c168 return block_write_full_page(page, hpfs_get_block, wbc); in hpfs_writepage()
/fs/jfs/
Dinode.c269 return block_write_full_page(page, jfs_get_block, wbc); in jfs_writepage()
/fs/omfs/
Dfile.c299 return block_write_full_page(page, omfs_get_block, wbc); in omfs_writepage()
/fs/
Dmpage.c636 ret = block_write_full_page(page, mpd->get_block, wbc); in __mpage_writepage()
Dbuffer.c2650 int block_write_full_page(struct page *page, get_block_t *get_block, in block_write_full_page() function
2681 EXPORT_SYMBOL(block_write_full_page);
/fs/sysv/
Ditree.c460 return block_write_full_page(page,get_block,wbc); in sysv_writepage()
/fs/exfat/
Dinode.c349 return block_write_full_page(page, exfat_get_block, wbc); in exfat_writepage()
/fs/minix/
Dinode.c402 return block_write_full_page(page, minix_get_block, wbc); in minix_writepage()
/fs/hfs/
Dinode.c34 return block_write_full_page(page, hfs_get_block, wbc); in hfs_writepage()
/fs/hfsplus/
Dinode.c33 return block_write_full_page(page, hfsplus_get_block, wbc); in hfsplus_writepage()
/fs/affs/
Dfile.c375 return block_write_full_page(page, affs_get_block, wbc); in affs_writepage()
/fs/ext2/
Dinode.c874 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.c199 return block_write_full_page(page, fat_get_block, wbc); in fat_writepage()
/fs/ocfs2/
Daops.c406 return block_write_full_page(page, ocfs2_get_block, wbc); in ocfs2_writepage()
/fs/ntfs3/
Dinode.c872 return block_write_full_page(page, ntfs_get_block, wbc); in ntfs_writepage()
/fs/udf/
Dinode.c187 return block_write_full_page(page, udf_get_block, wbc); in udf_writepage()