Searched refs:__block_write_begin (Results 1 – 14 of 14) sorted by relevance
| /linux/fs/ |
| A D | buffer.c | 2057 int __block_write_begin(struct page *page, loff_t pos, unsigned len, in __block_write_begin() function 2062 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/include/linux/ |
| A D | buffer_head.h | 231 int __block_write_begin(struct page *page, loff_t pos, unsigned len,
|
| /linux/fs/ext4/ |
| A D | inline.c | 594 ret = __block_write_begin(page, from, to, in ext4_convert_inline_data_to_extent() 597 ret = __block_write_begin(page, from, to, ext4_get_block); in ext4_convert_inline_data_to_extent() 875 ret = __block_write_begin(page, 0, inline_size, in ext4_da_convert_inline_data_to_extent()
|
| A D | inode.c | 1206 ret = __block_write_begin(page, pos, len, in ext4_write_begin() 1209 ret = __block_write_begin(page, pos, len, ext4_get_block); in ext4_write_begin() 2969 ret = __block_write_begin(page, pos, len, ext4_da_get_block_prep); in ext4_da_write_begin() 6129 err = __block_write_begin(page, 0, len, ext4_get_block); in ext4_page_mkwrite()
|
| /linux/fs/sysv/ |
| A D | itree.c | 466 return __block_write_begin(page, pos, len, get_block); in sysv_prepare_chunk()
|
| /linux/fs/nilfs2/ |
| A D | dir.c | 92 return __block_write_begin(page, pos, to - from, nilfs_get_block); in nilfs_prepare_chunk()
|
| /linux/fs/ext2/ |
| A D | dir.c | 460 return __block_write_begin(page, pos, len, ext2_get_block); in ext2_prepare_chunk()
|
| /linux/fs/minix/ |
| A D | inode.c | 412 return __block_write_begin(page, pos, len, minix_get_block); in minix_prepare_chunk()
|
| /linux/fs/reiserfs/ |
| A D | inode.c | 2217 error = __block_write_begin(page, start, offset - start, in grab_tail_page() 2790 ret = __block_write_begin(page, pos, len, reiserfs_get_block); in reiserfs_write_begin() 2850 ret = __block_write_begin(page, from, len, reiserfs_get_block); in __reiserfs_write_begin()
|
| /linux/fs/ufs/ |
| A D | inode.c | 482 return __block_write_begin(page, pos, len, ufs_getfrag_block); in ufs_prepare_chunk()
|
| /linux/fs/ocfs2/ |
| A D | file.c | 805 ret = __block_write_begin(page, block_start + 1, 0, in ocfs2_write_zero_page()
|
| /linux/ |
| A D | vmlinux.symvers | 1803 0x00000000 __block_write_begin vmlinux EXPORT_SYMBOL
|
| A D | System.map | 9700 ffff8000102962e4 T __block_write_begin
|
| A D | .tmp_System.map | 9700 ffff8000102962e4 T __block_write_begin
|
Completed in 344 milliseconds