Searched refs:__block_write_begin (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/fs/ |
| D | buffer.c | 2015 int __block_write_begin(struct page *page, loff_t pos, unsigned len, in __block_write_begin() function 2020 EXPORT_SYMBOL(__block_write_begin); 2077 status = __block_write_begin(page, pos, len, get_block); in block_write_begin() 2480 ret = __block_write_begin(page, 0, end, get_block); in block_page_mkwrite() 2564 ret = __block_write_begin(page, pos, len, get_block); in nobh_write_begin()
|
| /Linux-v5.4/include/linux/ |
| D | buffer_head.h | 227 int __block_write_begin(struct page *page, loff_t pos, unsigned len,
|
| /Linux-v5.4/fs/sysv/ |
| D | itree.c | 466 return __block_write_begin(page, pos, len, get_block); in sysv_prepare_chunk()
|
| /Linux-v5.4/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 | 1331 ret = __block_write_begin(page, pos, len, in ext4_write_begin() 1334 ret = __block_write_begin(page, pos, len, ext4_get_block); in ext4_write_begin() 3097 ret = __block_write_begin(page, pos, len, ext4_da_get_block_prep); in ext4_da_write_begin()
|
| /Linux-v5.4/fs/nilfs2/ |
| D | dir.c | 92 return __block_write_begin(page, pos, to - from, nilfs_get_block); in nilfs_prepare_chunk()
|
| /Linux-v5.4/fs/ext2/ |
| D | dir.c | 433 return __block_write_begin(page, pos, len, ext2_get_block); in ext2_prepare_chunk()
|
| /Linux-v5.4/fs/minix/ |
| D | inode.c | 393 return __block_write_begin(page, pos, len, minix_get_block); in minix_prepare_chunk()
|
| /Linux-v5.4/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-v5.4/fs/ufs/ |
| D | inode.c | 482 return __block_write_begin(page, pos, len, ufs_getfrag_block); in ufs_prepare_chunk()
|
| /Linux-v5.4/fs/ocfs2/ |
| D | file.c | 803 ret = __block_write_begin(page, block_start + 1, 0, in ocfs2_write_zero_page()
|