Searched refs:ext4_iomap_ops (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ext4/ |
| H A D | file.c | 96 ret = iomap_dio_rw(iocb, to, &ext4_iomap_ops, NULL, 0, NULL, 0); in ext4_dio_read_iter() 124 ret = dax_iomap_rw(iocb, to, &ext4_iomap_ops); in ext4_dax_read_iter() 648 ret = iomap_dio_rw(iocb, from, &ext4_iomap_ops, &ext4_dio_write_ops, in ext4_dio_write_iter() 752 ret = dax_iomap_rw(iocb, from, &ext4_iomap_ops); in ext4_dax_write_iter() 840 result = dax_iomap_fault(vmf, order, &pfn, &error, &ext4_iomap_ops); in ext4_dax_huge_fault()
|
| H A D | inode.c | 3383 ret = iomap_bmap(mapping, block, &ext4_iomap_ops); in ext4_bmap() 3849 const struct iomap_ops ext4_iomap_ops = { variable 4192 &ext4_iomap_ops); in ext4_block_zero_range()
|
| H A D | ext4.h | 4041 extern const struct iomap_ops ext4_iomap_ops;
|