Searched refs:ext4_get_block (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | move_extent.c | 197 err = ext4_get_block(inode, block, bh, 0); in mext_page_mkuptodate() 380 *err = ext4_get_block(orig_inode, orig_blk_offset + i, bh, 0); in move_extent_per_page() 669 * b. racing with ->readpage, ->write_begin, and ext4_get_block in ext4_move_extents()
|
H A D | readpage.c | 404 block_read_full_page(page, ext4_get_block); in ext4_mpage_readpages()
|
H A D | inode.c | 19 * Assorted race fixes, rewrite of ext4_get_block() by Al Viro, 2000 806 int ext4_get_block(struct inode *inode, sector_t iblock, in ext4_get_block() function 865 * writes use ext4_get_block instead, so it's not a in ext4_getblk() 989 * close off a transaction and start a new one between the ext4_get_block() 1209 ext4_get_block); in ext4_write_begin() 1215 ret = __block_write_begin(page, pos, len, ext4_get_block); in ext4_write_begin() 3773 ext4_get_block(inode, iblock, bh, 0); in __ext4_block_zero_page_range() 4178 * We block out ext4_get_block() block instantiations across the entire 6174 * be used; and there's no dioread_nolock, so only ext4_get_block. in ext4_page_mkwrite() 6225 get_block = ext4_get_block; in ext4_page_mkwrite() [all...] |
H A D | inline.c | 605 ret = __block_write_begin(page, from, to, ext4_get_block); in ext4_convert_inline_data_to_extent()
|
H A D | ext4.h | 1061 * are ext4_get_block (growth) and ext4_truncate (shrinkth). 2855 int ext4_get_block(struct inode *inode, sector_t iblock,
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | move_extent.c | 203 err = ext4_get_block(inode, block, bh, 0); in mext_page_mkuptodate() 389 *err = ext4_get_block(orig_inode, orig_blk_offset + i, bh, 0); in move_extent_per_page() 673 * ext4_get_block in move_extent_per_page in ext4_move_extents()
|
H A D | readpage.c | 391 block_read_full_folio(folio, ext4_get_block); in ext4_mpage_readpages()
|
H A D | inode.c | 19 * Assorted race fixes, rewrite of ext4_get_block() by Al Viro, 2000 777 int ext4_get_block(struct inode *inode, sector_t iblock, in ext4_get_block() function 853 * writes use ext4_get_block instead, so it's not a in ext4_getblk() 1113 * close off a transaction and start a new one between the ext4_get_block() 1195 ret = ext4_block_write_begin(folio, pos, len, ext4_get_block); in ext4_write_begin() 1201 ret = __block_write_begin(&folio->page, pos, len, ext4_get_block); in ext4_write_begin() 3676 ext4_get_block(inode, iblock, bh, 0); in __ext4_block_zero_page_range() 4078 * We block out ext4_get_block() block instantiations across the entire 6098 * be used; and there's no dioread_nolock, so only ext4_get_block. in ext4_page_mkwrite() 6148 get_block = ext4_get_block; in ext4_page_mkwrite() [all...] |
H A D | inline.c | 608 ret = __block_write_begin(&folio->page, from, to, ext4_get_block); in ext4_convert_inline_data_to_extent()
|
H A D | ext4.h | 1066 * are ext4_get_block (growth) and ext4_truncate (shrinkth). 2944 int ext4_get_block(struct inode *inode, sector_t iblock,
|
Completed in 59 milliseconds