/kernel/linux/linux-5.10/fs/iomap/ |
D | apply.c | 28 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()
|
D | buffered-io.c | 238 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() 552 struct page *page, struct iomap *srcmap) in __iomap_write_begin() argument 575 if (iomap_block_needs_zeroing(inode, srcmap, block_start)) { in __iomap_write_begin() 581 poff, plen, srcmap); in __iomap_write_begin() 593 struct page **pagep, struct iomap *iomap, struct iomap *srcmap) in iomap_write_begin() argument 600 if (srcmap != iomap) in iomap_write_begin() 601 BUG_ON(pos + len > srcmap->offset + srcmap->length); in iomap_write_begin() 619 if (srcmap->type == IOMAP_INLINE) in iomap_write_begin() [all …]
|
D | fiemap.c | 48 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
|
D | seek.c | 122 void *data, struct iomap *iomap, struct iomap *srcmap) in iomap_seek_hole_actor() argument 165 void *data, struct iomap *iomap, struct iomap *srcmap) in iomap_seek_data_actor() argument
|
D | swapfile.c | 86 struct iomap *srcmap) in iomap_swapfile_activate_actor() argument
|
D | direct-io.c | 375 void *data, struct iomap *iomap, struct iomap *srcmap) in iomap_dio_actor() argument
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/ |
D | xt_sctp.h | 53 #define SCTP_CHUNKMAP_COPY(destmap,srcmap) memcpy((destmap), (srcmap), sizeof(srcmap)) argument
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/ |
D | xt_sctp.h | 52 #define SCTP_CHUNKMAP_COPY(destmap, srcmap) \ argument 53 memcpy((destmap), (srcmap), sizeof(srcmap))
|
/kernel/linux/linux-5.10/include/uapi/linux/netfilter/ |
D | xt_sctp.h | 65 #define SCTP_CHUNKMAP_COPY(destmap, srcmap) \ argument 66 memcpy((destmap), (srcmap), sizeof(srcmap))
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_iomap.c | 733 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 879 flags, iomap, srcmap); in xfs_buffered_write_iomap_begin() 1062 error = xfs_bmbt_to_iomap(ip, srcmap, &imap, 0); in xfs_buffered_write_iomap_begin() 1150 struct iomap *srcmap) in xfs_read_iomap_begin() argument 1192 struct iomap *srcmap) in xfs_seek_iomap_begin() argument 1278 struct iomap *srcmap) in xfs_xattr_iomap_begin() argument
|
/kernel/linux/linux-5.10/include/linux/ |
D | iomap.h | 134 struct iomap *srcmap); 150 void *data, struct iomap *iomap, struct iomap *srcmap);
|
/kernel/linux/linux-5.10/fs/ |
D | dax.c | 1109 struct iomap *iomap, struct iomap *srcmap) in dax_iomap_actor() argument 1270 struct iomap srcmap = { .type = IOMAP_HOLE }; in dax_iomap_pte_fault() local 1315 error = ops->iomap_begin(inode, pos, PAGE_SIZE, flags, &iomap, &srcmap); in dax_iomap_pte_fault() 1495 struct iomap srcmap = { .type = IOMAP_HOLE }; in dax_iomap_pmd_fault() local 1571 &srcmap); in dax_iomap_pmd_fault()
|
/kernel/linux/linux-5.10/net/decnet/ |
D | dn_rules.c | 49 __le16 srcmap; member
|
/kernel/linux/linux-5.10/fs/zonefs/ |
D | super.c | 73 struct iomap *iomap, struct iomap *srcmap) in zonefs_read_iomap_begin() argument 107 struct iomap *iomap, struct iomap *srcmap) in zonefs_write_iomap_begin() argument
|
/kernel/linux/linux-5.10/fs/fuse/ |
D | dax.c | 562 struct iomap *srcmap) in fuse_iomap_begin() argument
|
/kernel/linux/linux-5.10/fs/ext4/ |
D | inode.c | 3459 unsigned flags, struct iomap *iomap, struct iomap *srcmap) in ext4_iomap_begin() argument 3505 struct iomap *srcmap) in ext4_iomap_overwrite_begin() argument 3514 ret = ext4_iomap_begin(inode, offset, length, flags, iomap, srcmap); in ext4_iomap_overwrite_begin() 3570 struct iomap *iomap, struct iomap *srcmap) in ext4_iomap_begin_report() argument
|
D | extents.c | 4918 struct iomap *iomap, struct iomap *srcmap) in ext4_iomap_xattr_begin() argument
|
/kernel/linux/linux-5.10/fs/ext2/ |
D | inode.c | 804 unsigned flags, struct iomap *iomap, struct iomap *srcmap) in ext2_iomap_begin() argument
|
/kernel/linux/linux-5.10/fs/gfs2/ |
D | bmap.c | 1155 struct iomap *srcmap) in gfs2_iomap_begin() argument
|
/kernel/linux/linux-5.10/fs/btrfs/ |
D | inode.c | 7388 struct iomap *srcmap) in btrfs_dio_iomap_begin() argument
|