Home
last modified time | relevance | path

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

123

/linux-6.15/include/linux/
H A Diomap.h106 struct iomap { struct
116 const struct iomap_folio_ops *folio_ops; argument
117 u64 validity_cookie; /* used with .iomap_valid() */ argument
120 static inline sector_t iomap_sector(const struct iomap *iomap, loff_t pos) in iomap_sector()
130 static inline void *iomap_inline_data(const struct iomap *iomap, loff_t pos) in iomap_inline_data()
140 static inline bool iomap_inline_data_valid(const struct iomap *iomap) in iomap_inline_data_valid()
240 struct iomap iomap; member
447 struct iomap iomap; member
H A Dio-mapping.h42 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()
/linux-6.15/fs/xfs/
H A Dxfs_iomap.c78 const struct iomap *iomap) in xfs_iomap_valid()
99 struct iomap *iomap, in xfs_bmbt_to_iomap()
161 struct iomap *iomap, in xfs_hole_to_iomap()
807 struct iomap *iomap, in xfs_direct_write_iomap_begin()
984 struct iomap *iomap, in xfs_zoned_direct_write_iomap_begin()
1032 struct iomap *iomap) in xfs_dax_write_iomap_end()
1335 struct iomap *iomap, in xfs_zoned_buffered_write_iomap_begin()
1505 struct iomap *iomap, in xfs_buffered_write_iomap_begin()
1759 struct iomap *iomap) in xfs_buffered_write_delalloc_punch()
1777 struct iomap *iomap) in xfs_buffered_write_iomap_end()
[all …]
H A Dxfs_pnfs.c114 struct iomap *iomap, in xfs_fs_map_blocks()
/linux-6.15/fs/iomap/
H A 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()
H A Dbuffered-io.c338 const struct iomap *iomap = iomap_iter_srcmap(iter); in iomap_read_inline_data() local
368 const struct iomap *iomap = &iter->iomap; in iomap_readpage_iter() local
671 size_t poff, size_t plen, const struct iomap *iomap) in iomap_read_folio_sync()
868 const struct iomap *iomap = &iter->iomap; in iomap_write_end_inline() local
1045 struct iomap *iomap, iomap_punch_t punch) in iomap_write_delalloc_ifs_punch()
1075 struct iomap *iomap, iomap_punch_t punch) in iomap_write_delalloc_punch()
1117 struct iomap *iomap, iomap_punch_t punch) in iomap_write_delalloc_scan()
1201 loff_t end_byte, unsigned flags, struct iomap *iomap, in iomap_write_delalloc_release()
1269 struct iomap *iomap = &iter->iomap; in iomap_unshare_iter() local
H A Ddirect-io.c321 static inline bool iomap_dio_can_use_fua(const struct iomap *iomap, in iomap_dio_can_use_fua()
333 const struct iomap *iomap = &iter->iomap; in iomap_dio_bio_iter() local
520 const struct iomap *iomap = &iomi->iomap; in iomap_dio_inline_iter() local
H A Dfiemap.c13 const struct iomap *iomap, u32 flags) in iomap_to_fiemap()
/linux-6.15/fs/gfs2/
H A Dbmap.c585 struct metapath *mp, struct iomap *iomap) in gfs2_hole_size()
661 static int __gfs2_iomap_alloc(struct inode *inode, struct iomap *iomap, in __gfs2_iomap_alloc()
841 unsigned flags, struct iomap *iomap, in __gfs2_iomap_get()
1010 struct iomap *iomap, in gfs2_iomap_begin_write()
1094 unsigned flags, struct iomap *iomap, in gfs2_iomap_begin()
1138 ssize_t written, unsigned flags, struct iomap *iomap) in gfs2_iomap_end()
1219 struct iomap iomap = { }; in gfs2_block_map() local
1255 struct iomap iomap = { }; in gfs2_get_extent() local
1276 struct iomap iomap = { }; in gfs2_alloc_extent() local
1409 struct iomap *iomap) in gfs2_iomap_get()
[all …]
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_mm.h24 struct io_mapping *iomap) in remap_io_mapping()
H A Di915_mm.c96 struct io_mapping *iomap) in remap_io_mapping()
H A Dintel_memory_region.h64 struct io_mapping iomap; member
H A Di915_vma_types.h144 void __iomem *iomap; member
/linux-6.15/mm/
H A Dio-mapping.c16 int io_mapping_map_user(struct io_mapping *iomap, struct vm_area_struct *vma, in io_mapping_map_user()
/linux-6.15/fs/fuse/
H A Ddax.c389 static void fuse_fill_iomap_hole(struct iomap *iomap, loff_t length) in fuse_fill_iomap_hole()
397 struct iomap *iomap, struct fuse_dax_mapping *dmap, in fuse_fill_iomap()
434 struct iomap *iomap) in fuse_setup_new_dax_mapping()
502 struct iomap *iomap) in fuse_upgrade_dax_mapping()
563 unsigned int flags, struct iomap *iomap, in fuse_iomap_begin()
638 struct iomap *iomap) in fuse_iomap_end()
/linux-6.15/fs/
H A Ddax.c1011 static pgoff_t dax_iomap_pgoff(const struct iomap *iomap, loff_t pos) in dax_iomap_pgoff()
1253 static int dax_iomap_direct_access(const struct iomap *iomap, loff_t pos, in dax_iomap_direct_access()
1448 struct iomap *iomap = &iter->iomap; in dax_unshare_iter() local
1521 const struct iomap *iomap = &iter->iomap; in dax_memzero() local
1544 const struct iomap *iomap = &iter->iomap; in dax_zero_iter() local
1622 const struct iomap *iomap = &iomi->iomap; in dax_iomap_iter() local
1846 const struct iomap *iomap = &iter->iomap; in dax_fault_iter() local
/linux-6.15/fs/erofs/
H A Ddata.c251 unsigned int flags, struct iomap *iomap, struct iomap *srcmap) in erofs_iomap_begin()
310 ssize_t written, unsigned int flags, struct iomap *iomap) in erofs_iomap_end()
/linux-6.15/drivers/ata/
H A Dpata_cs5520.c121 void __iomem *iomap[5]; in cs5520_init_one() local
H A Dsata_uli.c135 void __iomem * const *iomap; in uli_init_one() local
/linux-6.15/fs/btrfs/
H A Ddirect-io.c355 loff_t length, unsigned int flags, struct iomap *iomap, in btrfs_dio_iomap_begin()
608 ssize_t written, unsigned int flags, struct iomap *iomap) in btrfs_dio_iomap_end()
/linux-6.15/fs/zonefs/
H A Dfile.c29 struct iomap *iomap, struct iomap *srcmap) in zonefs_read_iomap_begin()
66 struct iomap *iomap, struct iomap *srcmap) in zonefs_write_iomap_begin()
/linux-6.15/fs/nfsd/
H A Dblocklayout.c28 struct iomap iomap; in nfsd4_block_proc_layoutget() local
/linux-6.15/fs/hpfs/
H A Dfile.c121 unsigned flags, struct iomap *iomap, struct iomap *srcmap) in hpfs_iomap_begin()
/linux-6.15/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_main.c270 const struct sparx5_main_io_resource *iomap = sparx5->data->iomap; in sparx5_create_targets() local
/linux-6.15/drivers/scsi/isci/
H A Dinit.c269 void __iomem * const *iomap; in isci_pci_init() local

123