Home
last modified time | relevance | path

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

/Linux-v4.19/fs/bfs/
Dfile.c155 return block_write_full_page(page, bfs_get_block, wbc); in bfs_writepage()
/Linux-v4.19/fs/hpfs/
Dfile.c125 return block_write_full_page(page, hpfs_get_block, wbc); in hpfs_writepage()
/Linux-v4.19/fs/adfs/
Dinode.c40 return block_write_full_page(page, adfs_get_block, wbc); in adfs_writepage()
/Linux-v4.19/fs/jfs/
Dinode.c286 return block_write_full_page(page, jfs_get_block, wbc); in jfs_writepage()
/Linux-v4.19/fs/omfs/
Dfile.c300 return block_write_full_page(page, omfs_get_block, wbc); in omfs_writepage()
/Linux-v4.19/include/linux/
Dbuffer_head.h217 int block_write_full_page(struct page *page, get_block_t *get_block,
/Linux-v4.19/fs/sysv/
Ditree.c456 return block_write_full_page(page,get_block,wbc); in sysv_writepage()
/Linux-v4.19/fs/hfsplus/
Dinode.c32 return block_write_full_page(page, hfsplus_get_block, wbc); in hfsplus_writepage()
/Linux-v4.19/fs/hfs/
Dinode.c33 return block_write_full_page(page, hfs_get_block, wbc); in hfs_writepage()
/Linux-v4.19/fs/minix/
Dinode.c386 return block_write_full_page(page, minix_get_block, wbc); in minix_writepage()
/Linux-v4.19/fs/affs/
Dfile.c374 return block_write_full_page(page, affs_get_block, wbc); in affs_writepage()
/Linux-v4.19/fs/
Dbuffer.c2921 int block_write_full_page(struct page *page, get_block_t *get_block, in block_write_full_page() function
2958 EXPORT_SYMBOL(block_write_full_page);
Dblock_dev.c567 return block_write_full_page(page, blkdev_get_block, wbc); in blkdev_writepage()
/Linux-v4.19/fs/ext2/
Dinode.c867 return block_write_full_page(page, ext2_get_block, wbc); in ext2_writepage()
/Linux-v4.19/fs/ufs/
Dinode.c472 return block_write_full_page(page,ufs_getfrag_block,wbc); in ufs_writepage()
/Linux-v4.19/fs/fat/
Dinode.c192 return block_write_full_page(page, fat_get_block, wbc); in fat_writepage()
/Linux-v4.19/fs/ocfs2/
Daops.c431 return block_write_full_page(page, ocfs2_get_block, wbc); in ocfs2_writepage()
/Linux-v4.19/fs/udf/
Dinode.c177 return block_write_full_page(page, udf_get_block, wbc); in udf_writepage()