Home
last modified time | relevance | path

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

/Linux-v5.10/fs/bfs/
Dfile.c155 return block_write_full_page(page, bfs_get_block, wbc); in bfs_writepage()
/Linux-v5.10/fs/hpfs/
Dfile.c126 return block_write_full_page(page, hpfs_get_block, wbc); in hpfs_writepage()
/Linux-v5.10/fs/adfs/
Dinode.c38 return block_write_full_page(page, adfs_get_block, wbc); in adfs_writepage()
/Linux-v5.10/fs/omfs/
Dfile.c299 return block_write_full_page(page, omfs_get_block, wbc); in omfs_writepage()
/Linux-v5.10/fs/jfs/
Dinode.c285 return block_write_full_page(page, jfs_get_block, wbc); in jfs_writepage()
/Linux-v5.10/include/linux/
Dbuffer_head.h219 int block_write_full_page(struct page *page, get_block_t *get_block,
/Linux-v5.10/fs/sysv/
Ditree.c456 return block_write_full_page(page,get_block,wbc); in sysv_writepage()
/Linux-v5.10/fs/hfsplus/
Dinode.c32 return block_write_full_page(page, hfsplus_get_block, wbc); in hfsplus_writepage()
/Linux-v5.10/fs/exfat/
Dinode.c372 return block_write_full_page(page, exfat_get_block, wbc); in exfat_writepage()
/Linux-v5.10/fs/hfs/
Dinode.c34 return block_write_full_page(page, hfs_get_block, wbc); in hfs_writepage()
/Linux-v5.10/fs/minix/
Dinode.c402 return block_write_full_page(page, minix_get_block, wbc); in minix_writepage()
/Linux-v5.10/fs/
Dbuffer.c2952 int block_write_full_page(struct page *page, get_block_t *get_block, in block_write_full_page() function
2983 EXPORT_SYMBOL(block_write_full_page);
Dblock_dev.c627 return block_write_full_page(page, blkdev_get_block, wbc); in blkdev_writepage()
/Linux-v5.10/fs/affs/
Dfile.c375 return block_write_full_page(page, affs_get_block, wbc); in affs_writepage()
/Linux-v5.10/fs/ext2/
Dinode.c869 return block_write_full_page(page, ext2_get_block, wbc); in ext2_writepage()
/Linux-v5.10/fs/ufs/
Dinode.c472 return block_write_full_page(page,ufs_getfrag_block,wbc); in ufs_writepage()
/Linux-v5.10/fs/fat/
Dinode.c199 return block_write_full_page(page, fat_get_block, wbc); in fat_writepage()
/Linux-v5.10/fs/ocfs2/
Daops.c409 return block_write_full_page(page, ocfs2_get_block, wbc); in ocfs2_writepage()
/Linux-v5.10/fs/udf/
Dinode.c187 return block_write_full_page(page, udf_get_block, wbc); in udf_writepage()