Lines Matching refs:ext4_get_block
19 * Assorted race fixes, rewrite of ext4_get_block() by Al Viro, 2000
777 int ext4_get_block(struct inode *inode, sector_t iblock,
853 * 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);
3676 ext4_get_block(inode, iblock, bh, 0);
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.
6148 get_block = ext4_get_block;
6176 err = __block_write_begin(&folio->page, 0, len, ext4_get_block);