Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dbuffer.c1740 int __block_write_full_page(struct inode *inode, struct page *page, in __block_write_full_page() function
1902 EXPORT_SYMBOL(__block_write_full_page);
2817 ret = __block_write_full_page(inode, page, get_block, wbc, in nobh_writepage()
2990 return __block_write_full_page(inode, page, get_block, wbc, in block_write_full_page()
3008 return __block_write_full_page(inode, page, get_block, wbc, in block_write_full_page()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbuffer_head.h257 int __block_write_full_page(struct inode *inode, struct page *page,
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Daops.c136 return __block_write_full_page(inode, page, gfs2_get_block_noalloc, wbc, in gfs2_write_jdata_page()