/linux-6.3-rc2/fs/iomap/ |
A D | iter.c | 43 memset(&iter->srcmap, 0, sizeof(iter->srcmap)); in iomap_iter_advance() 55 if (iter->srcmap.type != IOMAP_HOLE) in iomap_iter_done() 56 trace_iomap_iter_srcmap(iter->inode, &iter->srcmap); in iomap_iter_done() 92 &iter->iomap, &iter->srcmap); in iomap_iter()
|
A D | buffered-io.c | 251 return srcmap->type != IOMAP_MAPPED || in iomap_block_needs_zeroing() 252 (srcmap->flags & IOMAP_F_NEW) || in iomap_block_needs_zeroing() 595 poff, plen, srcmap); in __iomap_write_begin() 647 if (srcmap != &iter->iomap) in iomap_write_begin() 648 BUG_ON(pos + len > srcmap->offset + srcmap->length); in iomap_write_begin() 683 if (srcmap->type == IOMAP_INLINE) in iomap_write_begin() 685 else if (srcmap->flags & IOMAP_F_BUFFER_HEAD) in iomap_write_begin() 753 if (srcmap->type == IOMAP_INLINE) { in iomap_write_end() 755 } else if (srcmap->flags & IOMAP_F_BUFFER_HEAD) { in iomap_write_end() 1125 if (srcmap->type == IOMAP_HOLE || srcmap->type == IOMAP_UNWRITTEN) in iomap_unshare_iter() [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | iomap.h | 186 struct iomap *srcmap); 218 struct iomap srcmap; member 234 if (iter->srcmap.type != IOMAP_HOLE) in iomap_length() 235 end = min(end, iter->srcmap.offset + iter->srcmap.length); in iomap_length() 250 if (i->srcmap.type != IOMAP_HOLE) in iomap_iter_srcmap() 251 return &i->srcmap; in iomap_iter_srcmap()
|
/linux-6.3-rc2/include/uapi/linux/netfilter/ |
A D | xt_sctp.h | 65 #define SCTP_CHUNKMAP_COPY(destmap, srcmap) \ argument 66 memcpy((destmap), (srcmap), sizeof(srcmap))
|
/linux-6.3-rc2/fs/ |
A D | dax.c | 1107 const struct iomap *srcmap, void *daddr) in dax_iomap_copy_around() argument 1116 bool zero_edge = srcmap->flags & IOMAP_F_SHARED || in dax_iomap_copy_around() 1117 srcmap->type == IOMAP_UNWRITTEN; in dax_iomap_copy_around() 1162 dax_flush(srcmap->dax_dev, daddr, size); in dax_iomap_copy_around() 1251 const struct iomap *srcmap = iomap_iter_srcmap(iter); in dax_unshare_iter() local 1262 if (srcmap->type == IOMAP_HOLE || srcmap->type == IOMAP_UNWRITTEN) in dax_unshare_iter() 1304 const struct iomap *srcmap = iomap_iter_srcmap(iter); in dax_memzero() local 1326 const struct iomap *srcmap = iomap_iter_srcmap(iter); in dax_zero_iter() local 1332 if (srcmap->type == IOMAP_HOLE || srcmap->type == IOMAP_UNWRITTEN) in dax_zero_iter() 1404 const struct iomap *srcmap = iomap_iter_srcmap(iomi); in dax_iomap_iter() local [all …]
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_iomap.c | 780 struct iomap *srcmap) in xfs_direct_write_iomap_begin() argument 902 error = xfs_bmbt_to_iomap(ip, srcmap, &imap, flags, 0, seq); in xfs_direct_write_iomap_begin() 954 struct iomap *srcmap) in xfs_buffered_write_iomap_begin() argument 975 flags, iomap, srcmap); in xfs_buffered_write_iomap_begin() 1160 error = xfs_bmbt_to_iomap(ip, srcmap, &imap, flags, 0, seq); in xfs_buffered_write_iomap_begin() 1232 struct iomap *srcmap) in xfs_read_iomap_begin() argument 1277 struct iomap *srcmap) in xfs_seek_iomap_begin() argument 1365 struct iomap *srcmap) in xfs_xattr_iomap_begin() argument
|
/linux-6.3-rc2/fs/hpfs/ |
A D | file.c | 121 unsigned flags, struct iomap *iomap, struct iomap *srcmap) in hpfs_iomap_begin() argument
|
/linux-6.3-rc2/fs/zonefs/ |
A D | file.c | 29 struct iomap *iomap, struct iomap *srcmap) in zonefs_read_iomap_begin() argument 66 struct iomap *iomap, struct iomap *srcmap) in zonefs_write_iomap_begin() argument
|
/linux-6.3-rc2/fs/erofs/ |
A D | data.c | 244 unsigned int flags, struct iomap *iomap, struct iomap *srcmap) in erofs_iomap_begin() argument
|
A D | zmap.c | 765 struct iomap *iomap, struct iomap *srcmap) in z_erofs_iomap_begin_report() argument
|
/linux-6.3-rc2/fs/fuse/ |
A D | dax.c | 563 struct iomap *srcmap) in fuse_iomap_begin() argument
|
/linux-6.3-rc2/fs/ext4/ |
A D | inode.c | 3511 unsigned flags, struct iomap *iomap, struct iomap *srcmap) in ext4_iomap_begin() argument 3564 struct iomap *srcmap) in ext4_iomap_overwrite_begin() argument 3573 ret = ext4_iomap_begin(inode, offset, length, flags, iomap, srcmap); in ext4_iomap_overwrite_begin() 3629 struct iomap *iomap, struct iomap *srcmap) in ext4_iomap_begin_report() argument
|
A D | extents.c | 4907 struct iomap *iomap, struct iomap *srcmap) in ext4_iomap_xattr_begin() argument
|
/linux-6.3-rc2/fs/ext2/ |
A D | inode.c | 803 unsigned flags, struct iomap *iomap, struct iomap *srcmap) in ext2_iomap_begin() argument
|
/linux-6.3-rc2/fs/gfs2/ |
A D | bmap.c | 1092 struct iomap *srcmap) in gfs2_iomap_begin() argument
|
/linux-6.3-rc2/fs/f2fs/ |
A D | data.c | 4157 struct iomap *srcmap) in f2fs_iomap_begin() argument
|
/linux-6.3-rc2/fs/btrfs/ |
A D | inode.c | 7454 struct iomap *srcmap) in btrfs_dio_iomap_begin() argument
|