Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dbuffer_head.h216 int __block_write_begin(struct page *page, loff_t pos, unsigned len,
/linux-4.1.27/fs/
Dbuffer.c1882 int __block_write_begin(struct page *page, loff_t pos, unsigned len, in __block_write_begin() function
1962 EXPORT_SYMBOL(__block_write_begin);
2019 status = __block_write_begin(page, pos, len, get_block); in block_write_begin()
2426 ret = __block_write_begin(page, 0, end, get_block); in __block_page_mkwrite()
2530 ret = __block_write_begin(page, pos, len, get_block); in nobh_write_begin()
/linux-4.1.27/fs/ext4/
Dinline.c586 ret = __block_write_begin(page, from, to, ext4_get_block_write); in ext4_convert_inline_data_to_extent()
588 ret = __block_write_begin(page, from, to, ext4_get_block); in ext4_convert_inline_data_to_extent()
813 ret = __block_write_begin(page, 0, inline_size, in ext4_da_convert_inline_data_to_extent()
Dinode.c1071 ret = __block_write_begin(page, pos, len, ext4_get_block_write); in ext4_write_begin()
1073 ret = __block_write_begin(page, pos, len, ext4_get_block); in ext4_write_begin()
2724 ret = __block_write_begin(page, pos, len, ext4_da_get_block_prep); in ext4_da_write_begin()
/linux-4.1.27/fs/sysv/
Ditree.c464 return __block_write_begin(page, pos, len, get_block); in sysv_prepare_chunk()
/linux-4.1.27/fs/nilfs2/
Ddir.c86 return __block_write_begin(page, pos, to - from, nilfs_get_block); in nilfs_prepare_chunk()
/linux-4.1.27/fs/ext2/
Ddir.c459 return __block_write_begin(page, pos, len, ext2_get_block); in ext2_prepare_chunk()
/linux-4.1.27/fs/minix/
Dinode.c396 return __block_write_begin(page, pos, len, minix_get_block); in minix_prepare_chunk()
/linux-4.1.27/fs/reiserfs/
Dinode.c2218 error = __block_write_begin(page, start, offset - start, in grab_tail_page()
2793 ret = __block_write_begin(page, pos, len, reiserfs_get_block); in reiserfs_write_begin()
2853 ret = __block_write_begin(page, from, len, reiserfs_get_block); in __reiserfs_write_begin()
/linux-4.1.27/fs/gfs2/
Daops.c720 error = __block_write_begin(page, from, len, gfs2_block_map); in gfs2_write_begin()
/linux-4.1.27/fs/ufs/
Dinode.c526 return __block_write_begin(page, pos, len, ufs_getfrag_block); in ufs_prepare_chunk()
/linux-4.1.27/fs/ext3/
Dinode.c1284 ret = __block_write_begin(page, pos, len, ext3_get_block); in ext3_write_begin()
1735 ret = __block_write_begin(page, 0, PAGE_CACHE_SIZE, in ext3_journalled_writepage()
/linux-4.1.27/fs/xfs/
Dxfs_aops.c1757 status = __block_write_begin(page, pos, len, xfs_get_blocks); in xfs_vm_write_begin()
/linux-4.1.27/fs/ocfs2/
Dfile.c814 ret = __block_write_begin(page, block_start + 1, 0, in ocfs2_write_zero_page()