Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ext4/
Dinode.c3670 get_block_t *get_block_func = NULL; in ext4_direct_IO_write() local
3730 get_block_func = ext4_dio_get_block_overwrite; in ext4_direct_IO_write()
3733 get_block_func = ext4_dio_get_block; in ext4_direct_IO_write()
3736 get_block_func = ext4_dio_get_block_unwritten_sync; in ext4_direct_IO_write()
3739 get_block_func = ext4_dio_get_block_unwritten_async; in ext4_direct_IO_write()
3743 get_block_func, ext4_end_io_dio, NULL, in ext4_direct_IO_write()