Home
last modified time | relevance | path

Searched defs:iomap (Results 1 – 25 of 49) sorted by relevance

12

/Linux-v5.15/include/linux/
Diomap.h81 struct iomap { struct
91 const struct iomap_page_ops *page_ops; argument
94 static inline sector_t iomap_sector(const struct iomap *iomap, loff_t pos) in iomap_sector()
102 static inline void *iomap_inline_data(const struct iomap *iomap, loff_t pos) in iomap_inline_data()
112 static inline bool iomap_inline_data_valid(const struct iomap *iomap) in iomap_inline_data_valid()
184 struct iomap iomap; member
291 struct iomap iomap; member
Dio-mapping.h42 io_mapping_init_wc(struct io_mapping *iomap, in io_mapping_init_wc()
125 io_mapping_init_wc(struct io_mapping *iomap, in io_mapping_init_wc()
201 struct io_mapping *iomap; in io_mapping_create_wc() local
216 io_mapping_free(struct io_mapping *iomap) in io_mapping_free()
/Linux-v5.15/fs/iomap/
Dswapfile.c15 struct iomap iomap; /* accumulated iomap */ member
32 struct iomap *iomap = &isi->iomap; in iomap_swapfile_add_extent() local
98 struct iomap *iomap, struct iomap_swapfile_info *isi) in iomap_swapfile_iter()
Ddirect-io.c207 const struct iomap *iomap, bool use_fua) in iomap_dio_bio_opflags()
232 const struct iomap *iomap = &iter->iomap; in iomap_dio_bio_iter() local
380 const struct iomap *iomap = &iomi->iomap; in iomap_dio_inline_iter() local
Dbuffered-io.c211 const struct iomap *iomap = iomap_iter_srcmap(iter); in iomap_read_inline_data() local
250 const struct iomap *iomap = &iter->iomap; in iomap_readpage_iter() local
526 unsigned plen, const struct iomap *iomap) in iomap_read_page_sync()
672 const struct iomap *iomap = &iter->iomap; in iomap_write_end_inline() local
816 struct iomap *iomap = &iter->iomap; in iomap_unshare_iter() local
892 struct iomap *iomap = &iter->iomap; in iomap_zero_iter() local
Dfiemap.c12 const struct iomap *iomap, u32 flags) in iomap_to_fiemap()
/Linux-v5.15/fs/xfs/
Dxfs_iomap.c55 struct iomap *iomap, in xfs_bmbt_to_iomap()
94 struct iomap *iomap, in xfs_hole_to_iomap()
722 struct iomap *iomap, in xfs_direct_write_iomap_begin()
863 struct iomap *iomap, in xfs_buffered_write_iomap_begin()
1085 struct iomap *iomap) in xfs_buffered_write_iomap_end()
1151 struct iomap *iomap, in xfs_read_iomap_begin()
1193 struct iomap *iomap, in xfs_seek_iomap_begin()
1277 struct iomap *iomap, in xfs_xattr_iomap_begin()
Dxfs_pnfs.c81 struct iomap *iomap, in xfs_fs_map_blocks()
/Linux-v5.15/fs/gfs2/
Dbmap.c586 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()
1038 struct iomap *iomap, in gfs2_iomap_begin_write()
1127 unsigned flags, struct iomap *iomap, in gfs2_iomap_begin()
1180 ssize_t written, unsigned flags, struct iomap *iomap) in gfs2_iomap_end()
1266 struct iomap iomap = { }; in gfs2_block_map() local
1302 struct iomap iomap = { }; in gfs2_get_extent() local
1323 struct iomap iomap = { }; in gfs2_alloc_extent() local
1455 struct iomap *iomap) in gfs2_iomap_get()
[all …]
/Linux-v5.15/fs/
Ddax.c1008 static sector_t dax_iomap_sector(const struct iomap *iomap, loff_t pos) in dax_iomap_sector()
1013 static int dax_iomap_pfn(const struct iomap *iomap, loff_t pos, size_t size, in dax_iomap_pfn()
1071 const struct iomap *iomap, void **entry) in dax_pmd_load_hole()
1123 const struct iomap *iomap, void **entry) in dax_pmd_load_hole()
1129 s64 dax_iomap_zero(loff_t pos, u64 length, struct iomap *iomap) in dax_iomap_zero()
1169 const struct iomap *iomap = &iomi->iomap; in dax_iomap_iter() local
1312 struct vm_area_struct *vma, const struct iomap *iomap) in dax_fault_is_synchronous()
1379 const struct iomap *iomap = &iter->iomap; in dax_fault_iter() local
/Linux-v5.15/mm/
Dio-mapping.c16 int io_mapping_map_user(struct io_mapping *iomap, struct vm_area_struct *vma, in io_mapping_map_user()
/Linux-v5.15/fs/fuse/
Ddax.c388 static void fuse_fill_iomap_hole(struct iomap *iomap, loff_t length) in fuse_fill_iomap_hole()
396 struct iomap *iomap, struct fuse_dax_mapping *dmap, in fuse_fill_iomap()
433 struct iomap *iomap) in fuse_setup_new_dax_mapping()
501 struct iomap *iomap) in fuse_upgrade_dax_mapping()
562 unsigned int flags, struct iomap *iomap, in fuse_iomap_begin()
637 struct iomap *iomap) in fuse_iomap_end()
/Linux-v5.15/fs/erofs/
Ddata.c159 unsigned int flags, struct iomap *iomap, struct iomap *srcmap) in erofs_iomap_begin()
205 ssize_t written, unsigned int flags, struct iomap *iomap) in erofs_iomap_end()
/Linux-v5.15/drivers/net/ethernet/microchip/sparx5/
Dsparx5_main.c221 const struct sparx5_main_io_resource *iomap = &sparx5_main_iomap[jdx]; in sparx5_create_targets() local
247 const struct sparx5_main_io_resource *iomap = &sparx5_main_iomap[jdx]; in sparx5_create_targets() local
/Linux-v5.15/lib/
Ddevres.c437 void __iomem * const *iomap; in pcim_iomap_regions() local
514 void __iomem * const *iomap; in pcim_iounmap_regions() local
/Linux-v5.15/drivers/gpu/drm/i915/
Di915_mm.c92 struct io_mapping *iomap) in remap_io_mapping()
Dintel_memory_region.h67 struct io_mapping iomap; member
/Linux-v5.15/drivers/ata/
Dpata_cs5520.c121 void __iomem *iomap[5]; in cs5520_init_one() local
Dsata_uli.c135 void __iomem * const *iomap; in uli_init_one() local
/Linux-v5.15/drivers/gpu/drm/ttm/
Dttm_resource.c218 struct io_mapping *iomap, in ttm_kmap_iter_iomap_init()
/Linux-v5.15/fs/nfsd/
Dblocklayout.c31 struct iomap iomap; in nfsd4_block_proc_layoutget() local
/Linux-v5.15/include/drm/ttm/
Dttm_resource.h192 struct io_mapping *iomap; member
/Linux-v5.15/fs/hpfs/
Dfile.c121 unsigned flags, struct iomap *iomap, struct iomap *srcmap) in hpfs_iomap_begin()
/Linux-v5.15/drivers/scsi/isci/
Dinit.c288 void __iomem * const *iomap; in isci_pci_init() local
/Linux-v5.15/drivers/gpu/drm/i915/gem/
Di915_gem_pages.c316 resource_size_t iomap = obj->mm.region->iomap.base - in i915_gem_object_map_pfn() local

12