Searched refs:block_write_full_page (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/fs/bfs/ |
H A D | file.c | 155 return block_write_full_page(page, bfs_get_block, wbc); in bfs_writepage()
|
/openbmc/linux/fs/adfs/ |
H A D | inode.c | 38 return block_write_full_page(page, adfs_get_block, wbc); in adfs_writepage()
|
/openbmc/linux/include/linux/ |
H A D | buffer_head.h | 257 int block_write_full_page(struct page *page, get_block_t *get_block,
|
/openbmc/linux/fs/ |
H A D | mpage.c | 652 ret = block_write_full_page(&folio->page, mpd->get_block, wbc); in __mpage_writepage()
|
H A D | buffer.c | 2732 int block_write_full_page(struct page *page, get_block_t *get_block, in block_write_full_page() function 2762 EXPORT_SYMBOL(block_write_full_page);
|
/openbmc/linux/fs/sysv/ |
H A D | itree.c | 459 return block_write_full_page(page,get_block,wbc); in sysv_writepage()
|
/openbmc/linux/fs/minix/ |
H A D | inode.c | 402 return block_write_full_page(page, minix_get_block, wbc); in minix_writepage()
|
/openbmc/linux/fs/hfsplus/ |
H A D | inode.c | 33 return block_write_full_page(page, hfsplus_get_block, wbc); in hfsplus_writepage()
|
/openbmc/linux/fs/hfs/ |
H A D | inode.c | 34 return block_write_full_page(page, hfs_get_block, wbc); in hfs_writepage()
|
/openbmc/linux/block/ |
H A D | fops.c | 415 return block_write_full_page(page, blkdev_get_block, wbc); in blkdev_writepage()
|
/openbmc/linux/fs/ufs/ |
H A D | inode.c | 472 return block_write_full_page(page,ufs_getfrag_block,wbc); in ufs_writepage()
|
/openbmc/linux/fs/ocfs2/ |
H A D | aops.c | 405 return block_write_full_page(page, ocfs2_get_block, wbc); in ocfs2_writepage()
|