Home
last modified time | relevance | path

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

/fs/ocfs2/
Daops.c1066 block_commit_write(tmppage, from, to); in ocfs2_write_failure()
1917 block_commit_write(tmppage, from, to); in ocfs2_write_end_nolock()
Dfile.c736 ret = block_commit_write(page, offset, offset); in ocfs2_write_zero_page()
/fs/
Dbuffer.c2445 int block_commit_write(struct page *page, unsigned from, unsigned to) in block_commit_write() function
2492 ret = block_commit_write(page, 0, end); in block_page_mkwrite()
3418 EXPORT_SYMBOL(block_commit_write);
/fs/ext4/
Dinode.c2397 block_commit_write(page, 0, PAGE_CACHE_SIZE); in ext4_da_writepage()