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

/linux-master/fs/ext4/
H A Dfile.c94 ret = iomap_dio_rw(iocb, to, &ext4_iomap_ops, NULL, 0, NULL, 0);
122 ret = dax_iomap_rw(iocb, to, &ext4_iomap_ops);
505 const struct iomap_ops *iomap_ops = &ext4_iomap_ops;
669 ret = dax_iomap_rw(iocb, from, &ext4_iomap_ops);
742 result = dax_iomap_fault(vmf, order, &pfn, &error, &ext4_iomap_ops);
H A Dinode.c3112 ret = iomap_bmap(mapping, block, &ext4_iomap_ops);
3420 const struct iomap_ops ext4_iomap_ops = { variable in typeref:struct:iomap_ops
3725 &ext4_iomap_ops);
H A Dext4.h3825 extern const struct iomap_ops ext4_iomap_ops;

Completed in 98 milliseconds