Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dinode.c3737 get_block_t *get_block_func = NULL; in ext4_direct_IO_write() local
3797 get_block_func = ext4_dio_get_block_overwrite; in ext4_direct_IO_write()
3800 get_block_func = ext4_dio_get_block; in ext4_direct_IO_write()
3803 get_block_func = ext4_dio_get_block_unwritten_sync; in ext4_direct_IO_write()
3806 get_block_func = ext4_dio_get_block_unwritten_async; in ext4_direct_IO_write()
3810 get_block_func, ext4_end_io_dio, NULL, in ext4_direct_IO_write()