Home
last modified time | relevance | path

Searched refs:block_commit_write (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dbuffer_head.h279 int block_commit_write(struct page *page, unsigned from, unsigned to);
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dmove_extent.c386 *err = block_commit_write(pagep[0], from, from + replaced_size); in move_extent_per_page()
H A Dinline.c642 block_commit_write(page, from, to); in ext4_convert_inline_data_to_extent()
/OK3568_Linux_fs/kernel/fs/
H A Dbuffer.c2501 int block_commit_write(struct page *page, unsigned from, unsigned to) in block_commit_write() function
2507 EXPORT_SYMBOL(block_commit_write);
2553 ret = block_commit_write(page, 0, end); in block_page_mkwrite()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Daops.c939 block_commit_write(tmppage, from, to); in ocfs2_write_failure()
2026 block_commit_write(tmppage, from, to); in ocfs2_write_end_nolock()
H A Dfile.c816 ret = block_commit_write(page, block_start + 1, in ocfs2_write_zero_page()
/OK3568_Linux_fs/kernel/fs/iomap/
H A Dbuffered-io.c998 block_commit_write(page, 0, length); in iomap_page_mkwrite_actor()