Searched refs:ext4_iomap_ops (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/fs/ext4/ |
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() 535 const struct iomap_ops *iomap_ops = &ext4_iomap_ops; in ext4_dio_write_iter() 690 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()
|
D | inode.c | 3107 ret = iomap_bmap(mapping, block, &ext4_iomap_ops); in ext4_bmap() 3412 const struct iomap_ops ext4_iomap_ops = { variable 3742 &ext4_iomap_ops); in ext4_block_zero_page_range()
|
D | ext4.h | 3811 extern const struct iomap_ops ext4_iomap_ops;
|