Home
last modified time | relevance | path

Searched defs:src_off (Results 1 – 14 of 14) sorted by relevance

/linux/tools/testing/selftests/powerpc/copyloops/
H A Dvalidate.c21 static void do_one(char *src, char *dst, unsigned long src_off, in do_one()
70 unsigned long len, src_off, dst_off; local
H A Dmemmove_validate.c22 size_t i, src_off, dst_off, len; in testcase_run() local
/linux/drivers/dma/
H A Ddmatest.c461 static void result(const char *err, unsigned int n, unsigned int src_off, in result()
473 static void dbg_result(const char *err, unsigned int n, unsigned int src_off, in dbg_result()
481 #define verbose_result(err, n, src_off, dst_off, len, data) ({ \ argument
/linux/crypto/async_tx/
H A Dasync_pq.c49 int src_off = 0; in do_async_gen_syndrome() local
/linux/mm/kmsan/
H A Dcore.c83 int i, iter, step, src_off, dst_off, oiter_src, oiter_dst; in kmsan_internal_memmove_metadata() local
/linux/fs/nfs/
H A Dnfs4file.c247 static loff_t nfs42_remap_file_range(struct file *src_file, loff_t src_off, in nfs42_remap_file_range()
/linux/fs/ceph/
H A Dfile.c2870 loff_t src_off, loff_t dst_off, size_t len) in is_file_size_ok()
2947 static ssize_t ceph_do_objects_copy(struct ceph_inode_info *src_ci, u64 *src_off, in ceph_do_objects_copy()
3022 static ssize_t __ceph_copy_file_range(struct file *src_file, loff_t src_off, in __ceph_copy_file_range()
3223 static ssize_t ceph_copy_file_range(struct file *src_file, loff_t src_off, in ceph_copy_file_range()
/linux/sound/drivers/
H A Daloop.c561 copy_play_buf_part_n(struct loopback_pcm * play,struct loopback_pcm * capt,unsigned int size,unsigned int src_off,unsigned int dst_off) copy_play_buf_part_n() argument
583 unsigned int src_off = play->buf_pos; copy_play_buf() local
/linux/fs/smb/server/
H A Dvfs.c1718 loff_t src_off, dst_off, src_file_size; in ksmbd_vfs_copy_file_ranges() local
/linux/drivers/net/ethernet/intel/ice/
H A Dice_flow.c2432 u16 src_off = 0, dst_off = 0; in ice_rss_cfg_raw_symm() local
/linux/include/uapi/linux/
H A Dio_uring.h851 __u32 src_off; member
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib.c2469 u64 *src_off; in cudbg_collect_dump_context() local
/linux/fs/fuse/
H A Dfile.c3151 static ssize_t fuse_copy_file_range(struct file *src_file, loff_t src_off, in fuse_copy_file_range()
/linux/drivers/mtd/nand/raw/
H A Dnand_base.c130 unsigned int src_off, unsigned int nbits) in nand_extract_bits()