Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dbuffer_head.h277 int block_commit_write(struct page *page, unsigned from, unsigned to);
/linux-4.19.296/fs/ext4/
Dmove_extent.c386 *err = block_commit_write(pagep[0], from, from + replaced_size); in move_extent_per_page()
Dinline.c637 block_commit_write(page, from, to); in ext4_convert_inline_data_to_extent()
/linux-4.19.296/fs/
Dbuffer.c2444 int block_commit_write(struct page *page, unsigned from, unsigned to) in block_commit_write() function
2450 EXPORT_SYMBOL(block_commit_write);
2496 ret = block_commit_write(page, 0, end); in block_page_mkwrite()
Diomap.c1091 block_commit_write(page, 0, length); in iomap_page_mkwrite_actor()
/linux-4.19.296/fs/ocfs2/
Daops.c960 block_commit_write(tmppage, from, to); in ocfs2_write_failure()
2056 block_commit_write(tmppage, from, to); in ocfs2_write_end_nolock()
Dfile.c826 ret = block_commit_write(page, block_start + 1, in ocfs2_write_zero_page()