Home
last modified time | relevance | path

Searched refs:get_block_func (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/fs/ext4/
Dinode.c3110 get_block_t *get_block_func = NULL; in ext4_ext_direct_IO() local
3158 get_block_func = ext4_get_block_write_nolock; in ext4_ext_direct_IO()
3180 get_block_func = ext4_get_block_write; in ext4_ext_direct_IO()
3187 ret = dax_do_io(iocb, inode, iter, offset, get_block_func, in ext4_ext_direct_IO()
3192 get_block_func, in ext4_ext_direct_IO()