Searched refs:ext4_iomap_ops (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/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() 505 const struct iomap_ops *iomap_ops = &ext4_iomap_ops; in ext4_dio_write_iter() 669 ret = dax_iomap_rw(iocb, from, &ext4_iomap_ops); in ext4_dax_write_iter() 742 result = dax_iomap_fault(vmf, order, &pfn, &error, &ext4_iomap_ops); in ext4_dax_huge_fault()
|
D | inode.c | 3119 ret = iomap_bmap(mapping, block, &ext4_iomap_ops); in ext4_bmap() 3424 const struct iomap_ops ext4_iomap_ops = { variable 3754 &ext4_iomap_ops); in ext4_block_zero_page_range()
|
D | ext4.h | 3812 extern const struct iomap_ops ext4_iomap_ops;
|