/openbmc/linux/include/linux/ |
H A D | iomap.h | 94 struct iomap { struct 104 const struct iomap_folio_ops *folio_ops; argument 105 u64 validity_cookie; /* used with .iomap_valid() */ argument 108 static inline sector_t iomap_sector(const struct iomap *iomap, loff_t pos) in iomap_sector() 116 static inline void *iomap_inline_data(const struct iomap *iomap, loff_t pos) in iomap_inline_data() 126 static inline bool iomap_inline_data_valid(const struct iomap *iomap) in iomap_inline_data_valid() 221 struct iomap iomap; member 348 struct iomap iomap; member
|
H A D | io-mapping.h | 42 io_mapping_init_wc(struct io_mapping *iomap, in io_mapping_init_wc() 131 io_mapping_init_wc(struct io_mapping *iomap, in io_mapping_init_wc() 207 struct io_mapping *iomap; in io_mapping_create_wc() local 222 io_mapping_free(struct io_mapping *iomap) in io_mapping_free()
|
/openbmc/linux/fs/iomap/ |
H A D | swapfile.c | 15 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()
|
H A D | direct-io.c | 259 const struct iomap *iomap, bool use_fua) in iomap_dio_bio_opflags() 278 const struct iomap *iomap = &iter->iomap; in iomap_dio_bio_iter() local 457 const struct iomap *iomap = &iomi->iomap; in iomap_dio_inline_iter() local
|
H A D | fiemap.c | 13 const struct iomap *iomap, u32 flags) in iomap_to_fiemap()
|
H A D | buffered-io.c | 297 const struct iomap *iomap = iomap_iter_srcmap(iter); in iomap_read_inline_data() local 337 const struct iomap *iomap = &iter->iomap; in iomap_readpage_iter() local 620 size_t poff, size_t plen, const struct iomap *iomap) in iomap_read_folio_sync() 819 const struct iomap *iomap = &iter->iomap; in iomap_write_end_inline() local 1239 struct iomap *iomap, loff_t pos, loff_t length, in iomap_file_buffered_write_punch_delalloc() 1275 struct iomap *iomap = &iter->iomap; in iomap_unshare_iter() local
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_iomap.c | 72 const struct iomap *iomap) in xfs_iomap_valid() 93 struct iomap *iomap, in xfs_bmbt_to_iomap() 143 struct iomap *iomap, in xfs_hole_to_iomap() 771 struct iomap *iomap, in xfs_direct_write_iomap_begin() 919 struct iomap *iomap) in xfs_dax_write_iomap_end() 945 struct iomap *iomap, in xfs_buffered_write_iomap_begin() 1210 struct iomap *iomap) in xfs_buffered_write_iomap_end() 1246 struct iomap *iomap, in xfs_read_iomap_begin() 1291 struct iomap *iomap, in xfs_seek_iomap_begin() 1379 struct iomap *iomap, in xfs_xattr_iomap_begin()
|
H A D | xfs_pnfs.c | 115 struct iomap *iomap, in xfs_fs_map_blocks()
|
/openbmc/linux/fs/gfs2/ |
H A D | bmap.c | 582 struct metapath *mp, struct iomap *iomap) in gfs2_hole_size() 658 static int __gfs2_iomap_alloc(struct inode *inode, struct iomap *iomap, in __gfs2_iomap_alloc() 838 unsigned flags, struct iomap *iomap, in __gfs2_iomap_get() 1007 struct iomap *iomap, in gfs2_iomap_begin_write() 1091 unsigned flags, struct iomap *iomap, in gfs2_iomap_begin() 1135 ssize_t written, unsigned flags, struct iomap *iomap) in gfs2_iomap_end() 1216 struct iomap iomap = { }; in gfs2_block_map() local 1252 struct iomap iomap = { }; in gfs2_get_extent() local 1273 struct iomap iomap = { }; in gfs2_alloc_extent() local 1405 struct iomap *iomap) in gfs2_iomap_get() [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_mm.h | 24 struct io_mapping *iomap) in remap_io_mapping()
|
H A D | i915_mm.c | 96 struct io_mapping *iomap) in remap_io_mapping()
|
H A D | intel_memory_region.h | 71 struct io_mapping iomap; member
|
/openbmc/linux/mm/ |
H A D | io-mapping.c | 16 int io_mapping_map_user(struct io_mapping *iomap, struct vm_area_struct *vma, in io_mapping_map_user()
|
/openbmc/linux/fs/fuse/ |
H A D | dax.c | 388 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()
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_main.c | 226 const struct sparx5_main_io_resource *iomap = &sparx5_main_iomap[jdx]; in sparx5_create_targets() local 251 const struct sparx5_main_io_resource *iomap = &sparx5_main_iomap[jdx]; in sparx5_create_targets() local
|
/openbmc/linux/fs/ |
H A D | dax.c | 825 static pgoff_t dax_iomap_pgoff(const struct iomap *iomap, loff_t pos) in dax_iomap_pgoff() 1066 static int dax_iomap_direct_access(const struct iomap *iomap, loff_t pos, in dax_iomap_direct_access() 1263 struct iomap *iomap = &iter->iomap; in dax_unshare_iter() local 1336 const struct iomap *iomap = &iter->iomap; in dax_memzero() local 1359 const struct iomap *iomap = &iter->iomap; in dax_zero_iter() local 1437 const struct iomap *iomap = &iomi->iomap; in dax_iomap_iter() local 1661 const struct iomap *iomap = &iter->iomap; in dax_fault_iter() local
|
/openbmc/linux/fs/erofs/ |
H A D | data.c | 257 unsigned int flags, struct iomap *iomap, struct iomap *srcmap) in erofs_iomap_begin() 317 ssize_t written, unsigned int flags, struct iomap *iomap) in erofs_iomap_end()
|
/openbmc/linux/lib/ |
H A D | devres.c | 425 void __iomem * const *iomap; in pcim_iomap_regions() local 502 void __iomem * const *iomap; in pcim_iounmap_regions() local
|
/openbmc/linux/drivers/ata/ |
H A D | pata_cs5520.c | 121 void __iomem *iomap[5]; in cs5520_init_one() local
|
H A D | sata_uli.c | 135 void __iomem * const *iomap; in uli_init_one() local
|
/openbmc/linux/fs/zonefs/ |
H A D | file.c | 29 struct iomap *iomap, struct iomap *srcmap) in zonefs_read_iomap_begin() 66 struct iomap *iomap, struct iomap *srcmap) in zonefs_write_iomap_begin()
|
/openbmc/linux/fs/nfsd/ |
H A D | blocklayout.c | 28 struct iomap iomap; in nfsd4_block_proc_layoutget() local
|
/openbmc/linux/fs/hpfs/ |
H A D | file.c | 121 unsigned flags, struct iomap *iomap, struct iomap *srcmap) in hpfs_iomap_begin()
|
/openbmc/linux/drivers/scsi/isci/ |
H A D | init.c | 286 void __iomem * const *iomap; in isci_pci_init() local
|
/openbmc/linux/include/drm/ttm/ |
H A D | ttm_resource.h | 275 struct io_mapping *iomap; member
|