Searched refs:ext4_get_block (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/ext4/
H A Dmove_extent.c201 err = ext4_get_block(inode, block, bh, 0);
388 *err = ext4_get_block(orig_inode, orig_blk_offset + i, bh, 0);
672 * ext4_get_block in move_extent_per_page
H A Dreadpage.c383 block_read_full_folio(folio, ext4_get_block);
H A Dinode.c19 * Assorted race fixes, rewrite of ext4_get_block() by Al Viro, 2000
779 int ext4_get_block(struct inode *inode, sector_t iblock, function
855 * writes use ext4_get_block instead, so it's not a
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);
1201 ret = __block_write_begin(&folio->page, pos, len, ext4_get_block);
3647 ext4_get_block(inode, iblock, bh, 0);
4051 * We block out ext4_get_block() block instantiations across the entire
6072 * be used; and there's no dioread_nolock, so only ext4_get_block.
6122 get_block = ext4_get_block;
[all...]
H A Dinline.c607 ret = __block_write_begin(&folio->page, from, to, ext4_get_block);
H A Dext4.h1078 * are ext4_get_block (growth) and ext4_truncate (shrinkth).
2957 int ext4_get_block(struct inode *inode, sector_t iblock,

Completed in 275 milliseconds