Lines Matching refs:ext4_get_block
19 * Assorted race fixes, rewrite of ext4_get_block() by Al Viro, 2000
806 int ext4_get_block(struct inode *inode, sector_t iblock,
865 * writes use ext4_get_block instead, so it's not a
989 * close off a transaction and start a new one between the ext4_get_block()
1209 ext4_get_block);
1215 ret = __block_write_begin(page, pos, len, ext4_get_block);
3773 ext4_get_block(inode, iblock, bh, 0);
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.
6225 get_block = ext4_get_block;
6254 err = __block_write_begin(page, 0, len, ext4_get_block);