Home
last modified time | relevance | path

Searched refs:srcmap (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.10/fs/iomap/
Dapply.c28 struct iomap srcmap = { .type = IOMAP_HOLE }; in iomap_apply() local
46 ret = ops->iomap_begin(inode, pos, length, flags, &iomap, &srcmap); in iomap_apply()
59 if (srcmap.type != IOMAP_HOLE) in iomap_apply()
60 trace_iomap_apply_srcmap(inode, &srcmap); in iomap_apply()
67 if (srcmap.type != IOMAP_HOLE) in iomap_apply()
68 end = min(end, srcmap.offset + srcmap.length); in iomap_apply()
85 srcmap.type != IOMAP_HOLE ? &srcmap : &iomap); in iomap_apply()
Dbuffered-io.c238 struct iomap *iomap, struct iomap *srcmap) in iomap_readpage_actor() argument
355 void *data, struct iomap *iomap, struct iomap *srcmap) in iomap_readahead_actor() argument
372 ctx, iomap, srcmap); in iomap_readahead_actor()
551 struct page *page, struct iomap *srcmap) in __iomap_write_begin() argument
574 if (iomap_block_needs_zeroing(inode, srcmap, block_start)) { in __iomap_write_begin()
580 poff, plen, srcmap); in __iomap_write_begin()
592 struct page **pagep, struct iomap *iomap, struct iomap *srcmap) in iomap_write_begin() argument
599 if (srcmap != iomap) in iomap_write_begin()
600 BUG_ON(pos + len > srcmap->offset + srcmap->length); in iomap_write_begin()
618 if (srcmap->type == IOMAP_INLINE) in iomap_write_begin()
[all …]
Dfiemap.c48 struct iomap *iomap, struct iomap *srcmap) in iomap_fiemap_actor() argument
109 void *data, struct iomap *iomap, struct iomap *srcmap) in iomap_bmap_actor() argument
Dseek.c122 void *data, struct iomap *iomap, struct iomap *srcmap) in iomap_seek_hole_actor() argument
168 void *data, struct iomap *iomap, struct iomap *srcmap) in iomap_seek_data_actor() argument
Dswapfile.c80 struct iomap *srcmap) in iomap_swapfile_activate_actor() argument
Ddirect-io.c375 void *data, struct iomap *iomap, struct iomap *srcmap) in iomap_dio_actor() argument
/Linux-v5.10/include/uapi/linux/netfilter/
Dxt_sctp.h65 #define SCTP_CHUNKMAP_COPY(destmap, srcmap) \ argument
66 memcpy((destmap), (srcmap), sizeof(srcmap))
/Linux-v5.10/fs/xfs/
Dxfs_iomap.c733 struct iomap *srcmap) in xfs_direct_write_iomap_begin() argument
838 error = xfs_bmbt_to_iomap(ip, srcmap, &imap, 0); in xfs_direct_write_iomap_begin()
860 struct iomap *srcmap) in xfs_buffered_write_iomap_begin() argument
876 flags, iomap, srcmap); in xfs_buffered_write_iomap_begin()
1059 error = xfs_bmbt_to_iomap(ip, srcmap, &imap, 0); in xfs_buffered_write_iomap_begin()
1147 struct iomap *srcmap) in xfs_read_iomap_begin() argument
1189 struct iomap *srcmap) in xfs_seek_iomap_begin() argument
1275 struct iomap *srcmap) in xfs_xattr_iomap_begin() argument
/Linux-v5.10/include/linux/
Diomap.h134 struct iomap *srcmap);
150 void *data, struct iomap *iomap, struct iomap *srcmap);
/Linux-v5.10/fs/
Ddax.c1096 struct iomap *iomap, struct iomap *srcmap) in dax_iomap_actor() argument
1257 struct iomap srcmap = { .type = IOMAP_HOLE }; in dax_iomap_pte_fault() local
1302 error = ops->iomap_begin(inode, pos, PAGE_SIZE, flags, &iomap, &srcmap); in dax_iomap_pte_fault()
1482 struct iomap srcmap = { .type = IOMAP_HOLE }; in dax_iomap_pmd_fault() local
1558 &srcmap); in dax_iomap_pmd_fault()
/Linux-v5.10/net/decnet/
Ddn_rules.c49 __le16 srcmap; member
/Linux-v5.10/fs/ext4/
Dinode.c3437 unsigned flags, struct iomap *iomap, struct iomap *srcmap) in ext4_iomap_begin() argument
3483 struct iomap *srcmap) in ext4_iomap_overwrite_begin() argument
3492 ret = ext4_iomap_begin(inode, offset, length, flags, iomap, srcmap); in ext4_iomap_overwrite_begin()
3548 struct iomap *iomap, struct iomap *srcmap) in ext4_iomap_begin_report() argument
Dextents.c4856 struct iomap *iomap, struct iomap *srcmap) in ext4_iomap_xattr_begin() argument
/Linux-v5.10/fs/fuse/
Ddax.c562 struct iomap *srcmap) in fuse_iomap_begin() argument
/Linux-v5.10/fs/ext2/
Dinode.c804 unsigned flags, struct iomap *iomap, struct iomap *srcmap) in ext2_iomap_begin() argument
/Linux-v5.10/fs/zonefs/
Dsuper.c62 struct iomap *srcmap) in zonefs_iomap_begin() argument
/Linux-v5.10/fs/gfs2/
Dbmap.c1155 struct iomap *srcmap) in gfs2_iomap_begin() argument
/Linux-v5.10/fs/btrfs/
Dinode.c7369 struct iomap *srcmap) in btrfs_dio_iomap_begin() argument