Home
last modified time | relevance | path

Searched refs:__block_write_full_page (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/
Dbuffer_head.h257 int __block_write_full_page(struct inode *inode, struct page *page,
/linux-6.1.9/fs/
Dbuffer.c1694 int __block_write_full_page(struct inode *inode, struct page *page, in __block_write_full_page() function
1854 EXPORT_SYMBOL(__block_write_full_page);
2612 return __block_write_full_page(inode, page, get_block, wbc, in block_write_full_page()
2630 return __block_write_full_page(inode, page, get_block, wbc, in block_write_full_page()
/linux-6.1.9/fs/gfs2/
Daops.c111 return __block_write_full_page(inode, page, gfs2_get_block_noalloc, wbc, in gfs2_write_jdata_page()