Home
last modified time | relevance | path

Searched refs:__block_write_begin (Results 1 – 12 of 12) sorted by relevance

/linux-3.4.99/include/linux/
Dbuffer_head.h206 int __block_write_begin(struct page *page, loff_t pos, unsigned len,
/linux-3.4.99/fs/
Dbuffer.c1794 int __block_write_begin(struct page *page, loff_t pos, unsigned len, in __block_write_begin() function
1876 EXPORT_SYMBOL(__block_write_begin);
1930 status = __block_write_begin(page, pos, len, get_block); in block_write_begin()
2332 ret = __block_write_begin(page, 0, end, get_block); in __block_page_mkwrite()
2443 ret = __block_write_begin(page, pos, len, get_block); in nobh_write_begin()
/linux-3.4.99/fs/sysv/
Ditree.c464 return __block_write_begin(page, pos, len, get_block); in sysv_prepare_chunk()
/linux-3.4.99/fs/nilfs2/
Ddir.c86 return __block_write_begin(page, pos, to - from, nilfs_get_block); in nilfs_prepare_chunk()
/linux-3.4.99/fs/ext4/
Dinode.c847 ret = __block_write_begin(page, pos, len, ext4_get_block_write); in ext4_write_begin()
849 ret = __block_write_begin(page, pos, len, ext4_get_block); in ext4_write_begin()
1333 if (__block_write_begin(page, 0, len, in mpage_da_submit_io()
1949 if (__block_write_begin(page, 0, len, in ext4_writepage()
2456 ret = __block_write_begin(page, pos, len, ext4_da_get_block_prep); in ext4_da_write_begin()
/linux-3.4.99/fs/ext2/
Ddir.c462 return __block_write_begin(page, pos, len, ext2_get_block); in ext2_prepare_chunk()
/linux-3.4.99/fs/minix/
Dinode.c390 return __block_write_begin(page, pos, len, minix_get_block); in minix_prepare_chunk()
/linux-3.4.99/fs/reiserfs/
Dinode.c2051 error = __block_write_begin(page, start, offset - start, in grab_tail_page()
2611 ret = __block_write_begin(page, pos, len, reiserfs_get_block); in reiserfs_write_begin()
2667 ret = __block_write_begin(page, from, len, reiserfs_get_block); in __reiserfs_write_begin()
/linux-3.4.99/fs/gfs2/
Daops.c692 error = __block_write_begin(page, from, len, gfs2_block_map); in gfs2_write_begin()
/linux-3.4.99/fs/ufs/
Dinode.c526 return __block_write_begin(page, pos, len, ufs_getfrag_block); in ufs_prepare_chunk()
/linux-3.4.99/fs/ext3/
Dinode.c1280 ret = __block_write_begin(page, pos, len, ext3_get_block); in ext3_write_begin()
1773 ret = __block_write_begin(page, 0, PAGE_CACHE_SIZE, in ext3_journalled_writepage()
/linux-3.4.99/fs/ocfs2/
Dfile.c801 ret = __block_write_begin(page, block_start + 1, 0, in ocfs2_write_zero_page()