Searched refs:__block_write_begin (Results  1 – 11 of 11) sorted by relevance
| /Linux-v5.10/fs/ | 
| D | buffer.c | 2058 int __block_write_begin(struct page *page, loff_t pos, unsigned len,  in __block_write_begin()  function 2063 EXPORT_SYMBOL(__block_write_begin); 2120 	status = __block_write_begin(page, pos, len, get_block);  in block_write_begin() 2523 	ret = __block_write_begin(page, 0, end, get_block);  in block_page_mkwrite() 2607 		ret = __block_write_begin(page, pos, len, get_block);  in nobh_write_begin()
  | 
| /Linux-v5.10/include/linux/ | 
| D | buffer_head.h | 229 int __block_write_begin(struct page *page, loff_t pos, unsigned len,
  | 
| /Linux-v5.10/fs/ext4/ | 
| D | inline.c | 590 		ret = __block_write_begin(page, from, to,  in ext4_convert_inline_data_to_extent() 593 		ret = __block_write_begin(page, from, to, ext4_get_block);  in ext4_convert_inline_data_to_extent() 826 	ret = __block_write_begin(page, 0, inline_size,  in ext4_da_convert_inline_data_to_extent()
  | 
| D | inode.c | 1197 		ret = __block_write_begin(page, pos, len,  in ext4_write_begin() 1200 		ret = __block_write_begin(page, pos, len, ext4_get_block);  in ext4_write_begin() 3010 	ret = __block_write_begin(page, pos, len, ext4_da_get_block_prep);  in ext4_da_write_begin() 6154 		err = __block_write_begin(page, 0, len, ext4_get_block);  in ext4_page_mkwrite()
  | 
| /Linux-v5.10/fs/sysv/ | 
| D | itree.c | 466 	return __block_write_begin(page, pos, len, get_block);  in sysv_prepare_chunk()
  | 
| /Linux-v5.10/fs/nilfs2/ | 
| D | dir.c | 92 	return __block_write_begin(page, pos, to - from, nilfs_get_block);  in nilfs_prepare_chunk()
  | 
| /Linux-v5.10/fs/ext2/ | 
| D | dir.c | 432 	return __block_write_begin(page, pos, len, ext2_get_block);  in ext2_prepare_chunk()
  | 
| /Linux-v5.10/fs/minix/ | 
| D | inode.c | 412 	return __block_write_begin(page, pos, len, minix_get_block);  in minix_prepare_chunk()
  | 
| /Linux-v5.10/fs/reiserfs/ | 
| D | inode.c | 2217 	error = __block_write_begin(page, start, offset - start,  in grab_tail_page() 2792 	ret = __block_write_begin(page, pos, len, reiserfs_get_block);  in reiserfs_write_begin() 2852 	ret = __block_write_begin(page, from, len, reiserfs_get_block);  in __reiserfs_write_begin()
  | 
| /Linux-v5.10/fs/ufs/ | 
| D | inode.c | 482 	return __block_write_begin(page, pos, len, ufs_getfrag_block);  in ufs_prepare_chunk()
  | 
| /Linux-v5.10/fs/ocfs2/ | 
| D | file.c | 803 		ret = __block_write_begin(page, block_start + 1, 0,  in ocfs2_write_zero_page()
  |