Searched refs:__block_commit_write (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/fs/ |
D | buffer.c | 1730 static int __block_commit_write(struct inode *inode, struct page *page, in __block_commit_write() function 1941 __block_commit_write(inode, new_page, zerofrom, PAGE_CACHE_SIZE); in cont_prepare_write() 1971 __block_commit_write(inode, page, zerofrom, offset); in cont_prepare_write() 2003 __block_commit_write(inode,page,from,to); in block_commit_write() 2013 __block_commit_write(inode,page,from,to); in generic_commit_write() 2126 __block_commit_write(inode,page,0,offset); in block_write_full_page()
|