Searched refs:dax_iomap_direct_access (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/ |
D | dax.c | 1066 static int dax_iomap_direct_access(const struct iomap *iomap, loff_t pos, in dax_iomap_direct_access() function 1135 ret = dax_iomap_direct_access(srcmap, pos, size, &saddr, NULL); in dax_iomap_copy_around() 1295 ret = dax_iomap_direct_access(iomap, copy_pos, copy_len, &daddr, NULL); in dax_unshare_iter() 1299 ret = dax_iomap_direct_access(srcmap, copy_pos, copy_len, &saddr, NULL); in dax_unshare_iter() 1687 err = dax_iomap_direct_access(iomap, pos, size, &kaddr, &pfn); in dax_fault_iter() 2024 ret = dax_iomap_direct_access(smap, pos1, ALIGN(pos1 + len, PAGE_SIZE), in dax_range_compare_iter() 2029 ret = dax_iomap_direct_access(dmap, pos2, ALIGN(pos2 + len, PAGE_SIZE), in dax_range_compare_iter()
|