Searched refs:ext4_iomap_ops (Results 1 – 3 of 3) sorted by relevance
/linux/fs/ext4/ |
H A D | file.c | 94 ret = iomap_dio_rw(iocb, to, &ext4_iomap_ops, NULL, 0, NULL, 0); in ext4_dio_read_iter() 122 ret = dax_iomap_rw(iocb, to, &ext4_iomap_ops); in ext4_dax_read_iter() 506 const struct iomap_ops *iomap_ops = &ext4_iomap_ops; in ext4_dio_write_iter() 674 ret = dax_iomap_rw(iocb, from, &ext4_iomap_ops); in ext4_dax_write_iter() 761 result = dax_iomap_fault(vmf, order, &pfn, &error, &ext4_iomap_ops); in ext4_dax_huge_fault()
|
H A D | inode.c | 3170 ret = iomap_bmap(mapping, block, &ext4_iomap_ops); in ext4_bmap() 3495 const struct iomap_ops ext4_iomap_ops = { variable 3796 &ext4_iomap_ops); in ext4_block_zero_page_range()
|
H A D | ext4.h | 3818 extern const struct iomap_ops ext4_iomap_ops;
|