Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/iomap/
H A 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()
H A 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()
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 …]
H A 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
H A Dseek.c122 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
H A Dswapfile.c86 struct iomap *srcmap) in iomap_swapfile_activate_actor() argument
H A Ddirect-io.c381 void *data, struct iomap *iomap, struct iomap *srcmap) in iomap_dio_actor() argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter/
H A Dxt_sctp.h65 #define SCTP_CHUNKMAP_COPY(destmap, srcmap) \ argument
66 memcpy((destmap), (srcmap), sizeof(srcmap))
/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/
H A Dxt_sctp.h65 #define SCTP_CHUNKMAP_COPY(destmap, srcmap) \ argument
66 memcpy((destmap), (srcmap), sizeof(srcmap))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter/
H A Dxt_sctp.h65 #define SCTP_CHUNKMAP_COPY(destmap, srcmap) \ argument
66 memcpy((destmap), (srcmap), sizeof(srcmap))
/OK3568_Linux_fs/kernel/fs/xfs/
H A 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
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
/OK3568_Linux_fs/kernel/include/linux/
H A Diomap.h137 struct iomap *srcmap);
156 void *data, struct iomap *iomap, struct iomap *srcmap);
/OK3568_Linux_fs/kernel/fs/
H A Ddax.c1114 struct iomap *iomap, struct iomap *srcmap) in dax_iomap_actor() argument
1275 struct iomap srcmap = { .type = IOMAP_HOLE }; in dax_iomap_pte_fault() local
1320 error = ops->iomap_begin(inode, pos, PAGE_SIZE, flags, &iomap, &srcmap); in dax_iomap_pte_fault()
1500 struct iomap srcmap = { .type = IOMAP_HOLE }; in dax_iomap_pmd_fault() local
1576 &srcmap); in dax_iomap_pmd_fault()
/OK3568_Linux_fs/kernel/net/decnet/
H A Ddn_rules.c49 __le16 srcmap; member
/OK3568_Linux_fs/kernel/fs/erofs/
H A Ddata.c323 unsigned int flags, struct iomap *iomap, struct iomap *srcmap) in erofs_iomap_begin() argument
/OK3568_Linux_fs/kernel/fs/zonefs/
H A Dsuper.c73 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
/OK3568_Linux_fs/kernel/fs/fuse/
H A Ddax.c562 struct iomap *srcmap) in fuse_iomap_begin() argument
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dinode.c3526 unsigned flags, struct iomap *iomap, struct iomap *srcmap) in ext4_iomap_begin() argument
3580 struct iomap *srcmap) in ext4_iomap_overwrite_begin() argument
3589 ret = ext4_iomap_begin(inode, offset, length, flags, iomap, srcmap); in ext4_iomap_overwrite_begin()
3645 struct iomap *iomap, struct iomap *srcmap) in ext4_iomap_begin_report() argument
H A Dextents.c4906 struct iomap *iomap, struct iomap *srcmap) in ext4_iomap_xattr_begin() argument
/OK3568_Linux_fs/kernel/fs/ext2/
H A Dinode.c804 unsigned flags, struct iomap *iomap, struct iomap *srcmap) in ext2_iomap_begin() argument
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dbmap.c1155 struct iomap *srcmap) in gfs2_iomap_begin() argument
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dinode.c7388 struct iomap *srcmap) in btrfs_dio_iomap_begin() argument