| /linux/fs/iomap/ |
| H A D | iter.c | 19 memset(&iter->srcmap, 0, sizeof(iter->srcmap)); in iomap_iter_reset_iomap() 42 if (iter->srcmap.type != IOMAP_HOLE) in iomap_iter_done() 43 trace_iomap_iter_srcmap(iter->inode, &iter->srcmap); in iomap_iter_done() 111 &iter->iomap, &iter->srcmap); in iomap_iter()
|
| H A D | bio.c | 161 const struct iomap *srcmap = iomap_iter_srcmap(iter); in iomap_bio_read_folio_range_sync() local 162 sector_t sector = iomap_sector(srcmap, pos); in iomap_bio_read_folio_range_sync() 167 bio_init(&bio, srcmap->bdev, &bvec, 1, REQ_OP_READ); in iomap_bio_read_folio_range_sync() 170 if (srcmap->flags & IOMAP_F_INTEGRITY) in iomap_bio_read_folio_range_sync() 173 if (srcmap->flags & IOMAP_F_INTEGRITY) { in iomap_bio_read_folio_range_sync()
|
| H A D | buffered-io.c | 354 const struct iomap *srcmap = iomap_iter_srcmap(iter); in iomap_block_needs_zeroing() local 356 return srcmap->type != IOMAP_MAPPED || in iomap_block_needs_zeroing() 357 (srcmap->flags & IOMAP_F_NEW) || in iomap_block_needs_zeroing() 947 const struct iomap *srcmap = iomap_iter_srcmap(iter); in iomap_write_begin() local 1011 if (srcmap->type == IOMAP_INLINE) in iomap_write_begin() 1013 else if (srcmap->flags & IOMAP_F_BUFFER_HEAD) in iomap_write_begin() 1014 status = __block_write_begin_int(folio, pos, len, NULL, srcmap); in iomap_write_begin() 1082 const struct iomap *srcmap = iomap_iter_srcmap(iter); in iomap_write_end() local 1085 if (srcmap->type == IOMAP_INLINE) in iomap_write_end() 1088 if (srcmap->flags & IOMAP_F_BUFFER_HEAD) { in iomap_write_end() [all …]
|
| /linux/include/uapi/linux/netfilter/ |
| H A D | xt_sctp.h | 65 #define SCTP_CHUNKMAP_COPY(destmap, srcmap) \ argument 66 memcpy((destmap), (srcmap), sizeof(srcmap))
|
| /linux/fs/ntfs/ |
| H A D | iomap.c | 272 unsigned int flags, struct iomap *iomap, struct iomap *srcmap, in __ntfs_read_iomap_begin() argument 283 unsigned int flags, struct iomap *iomap, struct iomap *srcmap) in ntfs_read_iomap_begin() argument 286 srcmap, true); in ntfs_read_iomap_begin() 340 unsigned int flags, struct iomap *iomap, struct iomap *srcmap) in ntfs_seek_iomap_begin() argument 343 srcmap, false); in ntfs_seek_iomap_begin() 770 struct iomap *iomap, struct iomap *srcmap) in ntfs_write_iomap_begin() argument 837 struct iomap *iomap, struct iomap *srcmap) in ntfs_page_mkwrite_iomap_begin() argument 850 struct iomap *iomap, struct iomap *srcmap) in ntfs_dio_iomap_begin() argument
|
| /linux/fs/hpfs/ |
| H A D | file.c | 123 unsigned flags, struct iomap *iomap, struct iomap *srcmap) in hpfs_iomap_begin() argument
|
| /linux/Documentation/filesystems/iomap/ |
| H A D | design.rst | 314 struct iomap *srcmap); 376 information via ``srcmap``.
|
| /linux/block/ |
| H A D | fops.c | 440 unsigned int flags, struct iomap *iomap, struct iomap *srcmap) in blkdev_iomap_begin() argument
|
| /linux/fs/erofs/ |
| H A D | zmap.c | 775 struct iomap *iomap, struct iomap *srcmap) in z_erofs_iomap_begin_report() argument
|
| /linux/fs/fuse/ |
| H A D | dax.c | 563 struct iomap *srcmap) in fuse_iomap_begin() argument
|
| H A D | file.c | 857 struct iomap *srcmap) in fuse_iomap_begin() argument
|
| /linux/fs/ext4/ |
| H A D | inode.c | 3774 unsigned flags, struct iomap *iomap, struct iomap *srcmap) in ext4_iomap_begin() argument 3858 struct iomap *iomap, struct iomap *srcmap) in ext4_iomap_begin_report() argument
|
| H A D | extents.c | 5164 struct iomap *iomap, struct iomap *srcmap) in ext4_iomap_xattr_begin() argument
|