Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dfile.c95 ret = iomap_dio_rw(iocb, to, &ext4_iomap_ops, NULL, 0, NULL, 0); in ext4_dio_read_iter()
123 ret = dax_iomap_rw(iocb, to, &ext4_iomap_ops); in ext4_dax_read_iter()
576 ret = iomap_dio_rw(iocb, from, &ext4_iomap_ops, &ext4_dio_write_ops, in ext4_dio_write_iter()
675 ret = dax_iomap_rw(iocb, from, &ext4_iomap_ops); in ext4_dax_write_iter()
763 result = dax_iomap_fault(vmf, order, &pfn, &error, &ext4_iomap_ops); in ext4_dax_huge_fault()
H A Dinode.c3378 ret = iomap_bmap(mapping, block, &ext4_iomap_ops); in ext4_bmap()
3837 const struct iomap_ops ext4_iomap_ops = { variable
4134 &ext4_iomap_ops); in ext4_block_zero_page_range()
H A Dext4.h3921 extern const struct iomap_ops ext4_iomap_ops;