Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dbuffer_head.h216 int __block_write_begin(struct page *page, loff_t pos, unsigned len,
/linux-4.4.14/fs/
Dbuffer.c1905 int __block_write_begin(struct page *page, loff_t pos, unsigned len, in __block_write_begin() function
1985 EXPORT_SYMBOL(__block_write_begin);
2042 status = __block_write_begin(page, pos, len, get_block); in block_write_begin()
2449 ret = __block_write_begin(page, 0, end, get_block); in block_page_mkwrite()
2533 ret = __block_write_begin(page, pos, len, get_block); in nobh_write_begin()
/linux-4.4.14/fs/ext4/
Dinline.c585 ret = __block_write_begin(page, from, to, ext4_get_block_write); in ext4_convert_inline_data_to_extent()
587 ret = __block_write_begin(page, from, to, ext4_get_block); in ext4_convert_inline_data_to_extent()
812 ret = __block_write_begin(page, 0, inline_size, in ext4_da_convert_inline_data_to_extent()
Dinode.c1072 ret = __block_write_begin(page, pos, len, ext4_get_block_write); in ext4_write_begin()
1074 ret = __block_write_begin(page, pos, len, ext4_get_block); in ext4_write_begin()
2755 ret = __block_write_begin(page, pos, len, ext4_da_get_block_prep); in ext4_da_write_begin()
/linux-4.4.14/fs/sysv/
Ditree.c464 return __block_write_begin(page, pos, len, get_block); in sysv_prepare_chunk()
/linux-4.4.14/fs/nilfs2/
Ddir.c81 return __block_write_begin(page, pos, to - from, nilfs_get_block); in nilfs_prepare_chunk()
/linux-4.4.14/fs/ext2/
Ddir.c454 return __block_write_begin(page, pos, len, ext2_get_block); in ext2_prepare_chunk()
/linux-4.4.14/fs/minix/
Dinode.c396 return __block_write_begin(page, pos, len, minix_get_block); in minix_prepare_chunk()
/linux-4.4.14/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.4.14/fs/gfs2/
Daops.c724 error = __block_write_begin(page, from, len, gfs2_block_map); in gfs2_write_begin()
/linux-4.4.14/fs/ufs/
Dinode.c465 return __block_write_begin(page, pos, len, ufs_getfrag_block); in ufs_prepare_chunk()
/linux-4.4.14/fs/xfs/
Dxfs_aops.c1834 status = __block_write_begin(page, pos, len, xfs_get_blocks); in xfs_vm_write_begin()
/linux-4.4.14/fs/ocfs2/
Dfile.c818 ret = __block_write_begin(page, block_start + 1, 0, in ocfs2_write_zero_page()