Searched refs:__block_write_begin (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/fs/ |
D | buffer.c | 2013 int __block_write_begin(struct page *page, loff_t pos, unsigned len, in __block_write_begin() function 2018 EXPORT_SYMBOL(__block_write_begin); 2075 status = __block_write_begin(page, pos, len, get_block); in block_write_begin() 2482 ret = __block_write_begin(page, 0, end, get_block); in block_page_mkwrite() 2566 ret = __block_write_begin(page, pos, len, get_block); in nobh_write_begin()
|
/Linux-v4.19/include/linux/ |
D | buffer_head.h | 227 int __block_write_begin(struct page *page, loff_t pos, unsigned len,
|
/Linux-v4.19/fs/sysv/ |
D | itree.c | 466 return __block_write_begin(page, pos, len, get_block); in sysv_prepare_chunk()
|
/Linux-v4.19/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() 823 ret = __block_write_begin(page, 0, inline_size, in ext4_da_convert_inline_data_to_extent()
|
D | inode.c | 1315 ret = __block_write_begin(page, pos, len, in ext4_write_begin() 1318 ret = __block_write_begin(page, pos, len, ext4_get_block); in ext4_write_begin() 3081 ret = __block_write_begin(page, pos, len, ext4_da_get_block_prep); in ext4_da_write_begin()
|
/Linux-v4.19/fs/nilfs2/ |
D | dir.c | 92 return __block_write_begin(page, pos, to - from, nilfs_get_block); in nilfs_prepare_chunk()
|
/Linux-v4.19/fs/ext2/ |
D | dir.c | 456 return __block_write_begin(page, pos, len, ext2_get_block); in ext2_prepare_chunk()
|
/Linux-v4.19/fs/minix/ |
D | inode.c | 396 return __block_write_begin(page, pos, len, minix_get_block); in minix_prepare_chunk()
|
/Linux-v4.19/fs/reiserfs/ |
D | inode.c | 2214 error = __block_write_begin(page, start, offset - start, in grab_tail_page() 2789 ret = __block_write_begin(page, pos, len, reiserfs_get_block); in reiserfs_write_begin() 2849 ret = __block_write_begin(page, from, len, reiserfs_get_block); in __reiserfs_write_begin()
|
/Linux-v4.19/fs/ufs/ |
D | inode.c | 482 return __block_write_begin(page, pos, len, ufs_getfrag_block); in ufs_prepare_chunk()
|
/Linux-v4.19/fs/ocfs2/ |
D | file.c | 813 ret = __block_write_begin(page, block_start + 1, 0, in ocfs2_write_zero_page()
|