Home
last modified time | relevance | path

Searched refs:block_write_full_page (Results 1 - 25 of 31) sorted by relevance

12

/kernel/linux/linux-5.10/fs/bfs/
H A Dfile.c155 return block_write_full_page(page, bfs_get_block, wbc); in bfs_writepage()
/kernel/linux/linux-6.6/fs/bfs/
H A Dfile.c155 return block_write_full_page(page, bfs_get_block, wbc); in bfs_writepage()
/kernel/linux/linux-5.10/fs/hpfs/
H A Dfile.c126 return block_write_full_page(page, hpfs_get_block, wbc); in hpfs_writepage()
/kernel/linux/linux-5.10/fs/jfs/
H A Dinode.c287 return block_write_full_page(page, jfs_get_block, wbc); in jfs_writepage()
/kernel/linux/linux-5.10/fs/adfs/
H A Dinode.c38 return block_write_full_page(page, adfs_get_block, wbc); in adfs_writepage()
/kernel/linux/linux-5.10/fs/omfs/
H A Dfile.c299 return block_write_full_page(page, omfs_get_block, wbc); in omfs_writepage()
/kernel/linux/linux-6.6/fs/adfs/
H A Dinode.c38 return block_write_full_page(page, adfs_get_block, wbc); in adfs_writepage()
/kernel/linux/linux-5.10/fs/sysv/
H A Ditree.c460 return block_write_full_page(page,get_block,wbc); in sysv_writepage()
/kernel/linux/linux-5.10/include/linux/
H A Dbuffer_head.h253 int block_write_full_page(struct page *page, get_block_t *get_block,
/kernel/linux/linux-6.6/fs/
H A Dmpage.c652 ret = block_write_full_page(&folio->page, mpd->get_block, wbc); in __mpage_writepage()
H A Dbuffer.c381 * Completion handler for block_write_full_page() - pages which are unlocked
1794 * While block_write_full_page is writing back the dirty buffers under
1799 * If block_write_full_page() is called for regular writeback
1805 * If block_write_full_page() is called with wbc->sync_mode ==
1853 * The buffer was zeroed by block_write_full_page() in __block_write_full_folio()
2728 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); variable
/kernel/linux/linux-6.6/fs/sysv/
H A Ditree.c461 return block_write_full_page(page,get_block,wbc); in sysv_writepage()
/kernel/linux/linux-6.6/include/linux/
H A Dbuffer_head.h257 int block_write_full_page(struct page *page, get_block_t *get_block,
/kernel/linux/linux-5.10/fs/exfat/
H A Dinode.c370 return block_write_full_page(page, exfat_get_block, wbc); in exfat_writepage()
/kernel/linux/linux-5.10/fs/hfsplus/
H A Dinode.c32 return block_write_full_page(page, hfsplus_get_block, wbc); in hfsplus_writepage()
/kernel/linux/linux-5.10/fs/hfs/
H A Dinode.c34 return block_write_full_page(page, hfs_get_block, wbc); in hfs_writepage()
/kernel/linux/linux-5.10/fs/minix/
H A Dinode.c402 return block_write_full_page(page, minix_get_block, wbc); in minix_writepage()
/kernel/linux/linux-6.6/fs/minix/
H A Dinode.c402 return block_write_full_page(page, minix_get_block, wbc); in minix_writepage()
/kernel/linux/linux-6.6/fs/hfsplus/
H A Dinode.c33 return block_write_full_page(page, hfsplus_get_block, wbc); in hfsplus_writepage()
/kernel/linux/linux-6.6/fs/hfs/
H A Dinode.c34 return block_write_full_page(page, hfs_get_block, wbc); in hfs_writepage()
/kernel/linux/linux-6.6/block/
H A Dfops.c415 return block_write_full_page(page, blkdev_get_block, wbc); in blkdev_writepage()
/kernel/linux/linux-5.10/fs/
H A Dbuffer.c339 * Completion handler for block_write_full_page() - pages which are unlocked
1697 * While block_write_full_page is writing back the dirty buffers under
1702 * If block_write_full_page() is called for regular writeback
1708 * If block_write_full_page() is called with wbc->sync_mode ==
1756 * The buffer was zeroed by block_write_full_page() in __block_write_full_page()
2952 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); variable
H A Dblock_dev.c648 return block_write_full_page(page, blkdev_get_block, wbc); in blkdev_writepage()
/kernel/linux/linux-5.10/fs/affs/
H A Dfile.c375 return block_write_full_page(page, affs_get_block, wbc); in affs_writepage()
/kernel/linux/linux-5.10/fs/fat/
H A Dinode.c199 return block_write_full_page(page, fat_get_block, wbc); in fat_writepage()

Completed in 41 milliseconds

12