/linux-4.19.296/include/linux/ |
D | iomap.h | 55 struct iomap { struct 68 * this iomap. At least for now this is only supported in the buffered argument 72 struct page *page, struct iomap *iomap); argument
|
D | io-mapping.h | 52 io_mapping_init_wc(struct io_mapping *iomap, in io_mapping_init_wc() 119 io_mapping_init_wc(struct io_mapping *iomap, in io_mapping_init_wc() 184 struct io_mapping *iomap; in io_mapping_create_wc() local 199 io_mapping_free(struct io_mapping *iomap) in io_mapping_free()
|
D | libata.h | 623 void __iomem * const *iomap; member
|
/linux-4.19.296/fs/ |
D | iomap.c | 52 struct iomap iomap = { 0 }; in iomap_apply() local 103 iomap_sector(struct iomap *iomap, loff_t pos) in iomap_sector() 268 struct iomap *iomap) in iomap_read_inline_data() 308 struct iomap *iomap) in iomap_readpage_actor() 450 void *data, struct iomap *iomap) in iomap_readpages_actor() 626 struct iomap *iomap) in iomap_read_page_sync() 647 struct page *page, struct iomap *iomap) in __iomap_write_begin() 680 struct page **pagep, struct iomap *iomap) in iomap_write_begin() 740 unsigned copied, struct page *page, struct iomap *iomap) in __iomap_write_end() 766 struct iomap *iomap, loff_t pos, unsigned copied) in iomap_write_end_inline() [all …]
|
D | dax.c | 1083 static sector_t dax_iomap_sector(struct iomap *iomap, loff_t pos) in dax_iomap_sector() 1088 static int dax_iomap_pfn(struct iomap *iomap, loff_t pos, size_t size, in dax_iomap_pfn() 1189 struct iomap *iomap) in dax_iomap_actor() 1336 struct vm_area_struct *vma, struct iomap *iomap) in dax_fault_is_synchronous() 1350 struct iomap iomap = { 0 }; in dax_iomap_pte_fault() local 1510 static vm_fault_t dax_pmd_load_hole(struct vm_fault *vmf, struct iomap *iomap, in dax_pmd_load_hole() 1560 struct iomap iomap = { 0 }; in dax_iomap_pmd_fault() local
|
D | buffer.c | 1887 struct iomap *iomap) in iomap_to_bh() 1941 get_block_t *get_block, struct iomap *iomap) in __block_write_begin_int()
|
/linux-4.19.296/fs/xfs/ |
D | xfs_iomap.c | 41 struct iomap *iomap, in xfs_bmbt_to_iomap() 505 struct iomap *iomap) in xfs_file_iomap_begin_delay() 999 struct iomap *iomap) in xfs_file_iomap_begin() 1143 struct iomap *iomap) in xfs_file_iomap_end_delalloc() 1201 struct iomap *iomap) in xfs_file_iomap_end() 1220 struct iomap *iomap) in xfs_xattr_iomap_begin()
|
D | xfs_pnfs.c | 88 struct iomap *iomap, in xfs_fs_map_blocks()
|
/linux-4.19.296/fs/gfs2/ |
D | bmap.c | 585 struct metapath *mp, struct iomap *iomap) in gfs2_hole_size() 663 static int gfs2_iomap_alloc(struct inode *inode, struct iomap *iomap, in gfs2_iomap_alloc() 843 unsigned flags, struct iomap *iomap, in gfs2_iomap_get() 1006 struct iomap *iomap) in gfs2_iomap_journaled_page_done() 1015 struct iomap *iomap, in gfs2_iomap_begin_write() 1107 unsigned flags, struct iomap *iomap) in gfs2_iomap_begin() 1139 ssize_t written, unsigned flags, struct iomap *iomap) in gfs2_iomap_end() 1220 struct iomap iomap = { }; in gfs2_block_map() local 1454 struct iomap *iomap) in gfs2_iomap_get_alloc()
|
D | file.c | 882 struct iomap iomap = { }; in fallocate_chunk() local
|
/linux-4.19.296/lib/ |
D | devres.c | 392 void __iomem * const *iomap; in pcim_iomap_regions() local 469 void __iomem * const *iomap; in pcim_iounmap_regions() local
|
/linux-4.19.296/fs/nfsd/ |
D | blocklayout.c | 30 struct iomap iomap; in nfsd4_block_proc_layoutget() local
|
/linux-4.19.296/fs/ext2/ |
D | inode.c | 805 unsigned flags, struct iomap *iomap) in ext2_iomap_begin() 843 ssize_t written, unsigned flags, struct iomap *iomap) in ext2_iomap_end()
|
/linux-4.19.296/fs/ext4/ |
D | inline.c | 1855 int ext4_inline_data_iomap(struct inode *inode, struct iomap *iomap) in ext4_inline_data_iomap()
|
D | inode.c | 3472 unsigned flags, struct iomap *iomap) in ext4_iomap_begin() 3623 ssize_t written, unsigned flags, struct iomap *iomap) in ext4_iomap_end()
|
/linux-4.19.296/virt/kvm/arm/ |
D | mmu.c | 1118 bool iomap = flags & KVM_S2PTE_FLAG_IS_IOMAP; in stage2_set_pte() local
|