Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Diomap.h55 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
Dio-mapping.h52 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()
Dlibata.h623 void __iomem * const *iomap; member
/linux-4.19.296/fs/
Diomap.c52 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 …]
Ddax.c1083 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
Dbuffer.c1887 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/
Dxfs_iomap.c41 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()
Dxfs_pnfs.c88 struct iomap *iomap, in xfs_fs_map_blocks()
/linux-4.19.296/fs/gfs2/
Dbmap.c585 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()
Dfile.c882 struct iomap iomap = { }; in fallocate_chunk() local
/linux-4.19.296/lib/
Ddevres.c392 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/
Dblocklayout.c30 struct iomap iomap; in nfsd4_block_proc_layoutget() local
/linux-4.19.296/fs/ext2/
Dinode.c805 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/
Dinline.c1855 int ext4_inline_data_iomap(struct inode *inode, struct iomap *iomap) in ext4_inline_data_iomap()
Dinode.c3472 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/
Dmmu.c1118 bool iomap = flags & KVM_S2PTE_FLAG_IS_IOMAP; in stage2_set_pte() local