Searched refs:block_commit_write (Results 1 – 5 of 5) sorted by relevance
/linux-3.3/include/linux/ ! |
D | buffer_head.h | 219 int block_commit_write(struct page *page, unsigned from, unsigned to);
|
/linux-3.3/fs/ ! |
D | buffer.c | 2268 int block_commit_write(struct page *page, unsigned from, unsigned to) in block_commit_write() function 2274 EXPORT_SYMBOL(block_commit_write); 2320 ret = block_commit_write(page, 0, end); in __block_page_mkwrite()
|
/linux-3.3/fs/ocfs2/ ! |
D | aops.c | 1039 block_commit_write(tmppage, from, to); in ocfs2_write_failure() 2045 block_commit_write(tmppage, from, to); in ocfs2_write_end_nolock()
|
D | file.c | 818 ret = block_commit_write(page, block_start + 1, in ocfs2_write_zero_page()
|
/linux-3.3/fs/ext4/ ! |
D | inode.c | 1361 block_commit_write(page, 0, len); in mpage_da_submit_io() 1951 block_commit_write(page, 0, len); in ext4_writepage()
|