Searched refs:__block_write_begin (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/include/linux/ |
D | buffer_head.h | 216 int __block_write_begin(struct page *page, loff_t pos, unsigned len,
|
/linux-4.1.27/fs/ |
D | buffer.c | 1882 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/ |
D | inline.c | 586 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()
|
D | inode.c | 1071 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/ |
D | itree.c | 464 return __block_write_begin(page, pos, len, get_block); in sysv_prepare_chunk()
|
/linux-4.1.27/fs/nilfs2/ |
D | dir.c | 86 return __block_write_begin(page, pos, to - from, nilfs_get_block); in nilfs_prepare_chunk()
|
/linux-4.1.27/fs/ext2/ |
D | dir.c | 459 return __block_write_begin(page, pos, len, ext2_get_block); in ext2_prepare_chunk()
|
/linux-4.1.27/fs/minix/ |
D | inode.c | 396 return __block_write_begin(page, pos, len, minix_get_block); in minix_prepare_chunk()
|
/linux-4.1.27/fs/reiserfs/ |
D | inode.c | 2218 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/ |
D | aops.c | 720 error = __block_write_begin(page, from, len, gfs2_block_map); in gfs2_write_begin()
|
/linux-4.1.27/fs/ufs/ |
D | inode.c | 526 return __block_write_begin(page, pos, len, ufs_getfrag_block); in ufs_prepare_chunk()
|
/linux-4.1.27/fs/ext3/ |
D | inode.c | 1284 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/ |
D | xfs_aops.c | 1757 status = __block_write_begin(page, pos, len, xfs_get_blocks); in xfs_vm_write_begin()
|
/linux-4.1.27/fs/ocfs2/ |
D | file.c | 814 ret = __block_write_begin(page, block_start + 1, 0, in ocfs2_write_zero_page()
|