Home
last modified time | relevance | path

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

/linux-6.6.21/fs/bfs/
Dfile.c155 return block_write_full_page(page, bfs_get_block, wbc); in bfs_writepage()
/linux-6.6.21/fs/adfs/
Dinode.c38 return block_write_full_page(page, adfs_get_block, wbc); in adfs_writepage()
/linux-6.6.21/include/linux/
Dbuffer_head.h257 int block_write_full_page(struct page *page, get_block_t *get_block,
/linux-6.6.21/fs/
Dmpage.c652 ret = block_write_full_page(&folio->page, mpd->get_block, wbc); in __mpage_writepage()
Dbuffer.c2728 int block_write_full_page(struct page *page, get_block_t *get_block, in block_write_full_page() function
2758 EXPORT_SYMBOL(block_write_full_page);
/linux-6.6.21/fs/sysv/
Ditree.c461 return block_write_full_page(page,get_block,wbc); in sysv_writepage()
/linux-6.6.21/fs/minix/
Dinode.c402 return block_write_full_page(page, minix_get_block, wbc); in minix_writepage()
/linux-6.6.21/block/
Dfops.c415 return block_write_full_page(page, blkdev_get_block, wbc); in blkdev_writepage()
/linux-6.6.21/fs/hfs/
Dinode.c34 return block_write_full_page(page, hfs_get_block, wbc); in hfs_writepage()
/linux-6.6.21/fs/hfsplus/
Dinode.c33 return block_write_full_page(page, hfsplus_get_block, wbc); in hfsplus_writepage()
/linux-6.6.21/fs/ufs/
Dinode.c472 return block_write_full_page(page,ufs_getfrag_block,wbc); in ufs_writepage()
/linux-6.6.21/fs/ocfs2/
Daops.c406 return block_write_full_page(page, ocfs2_get_block, wbc); in ocfs2_writepage()