/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/copyloops/ |
H A D | memmove_validate.c | 22 size_t i, src_off, dst_off, len; in testcase_run() local
|
H A D | validate.c | 66 unsigned long len, src_off, dst_off; in test_copy_loop() local 17 do_one(char *src, char *dst, unsigned long src_off, unsigned long dst_off, unsigned long len, void *redzone, void *fill) do_one() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/copyloops/ |
H A D | validate.c | 66 unsigned long len, src_off, dst_off; in test_copy_loop() local 17 do_one(char *src, char *dst, unsigned long src_off, unsigned long dst_off, unsigned long len, void *redzone, void *fill) do_one() argument
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4file.c | 244 nfs42_remap_file_range(struct file *src_file, loff_t src_off, struct file *dst_file, loff_t dst_off, loff_t count, unsigned int remap_flags) nfs42_remap_file_range() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | highmem.h | 388 static inline void memcpy_page(struct page *dst_page, size_t dst_off, in memcpy_page() argument
|
/kernel/linux/linux-5.10/net/smc/ |
H A D | smc_tx.c | 405 size_t len, src_len, dst_off, dst_len; /* current chunk values */ in smc_tx_rdma_writes() local 307 smcr_tx_rdma_writes(struct smc_connection *conn, size_t len, size_t src_off, size_t src_len, size_t dst_off, size_t dst_len, struct smc_rdma_wr *wr_rdma_buf) smcr_tx_rdma_writes() argument 360 smcd_tx_rdma_writes(struct smc_connection *conn, size_t len, size_t src_off, size_t src_len, size_t dst_off, size_t dst_len) smcd_tx_rdma_writes() argument [all...] |
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4file.c | 239 nfs42_remap_file_range(struct file *src_file, loff_t src_off, struct file *dst_file, loff_t dst_off, loff_t count, unsigned int remap_flags) nfs42_remap_file_range() argument
|
/kernel/linux/linux-6.6/net/smc/ |
H A D | smc_tx.c | 466 size_t len, src_len, dst_off, dst_len; /* current chunk values */ in smc_tx_rdma_writes() local 356 smcr_tx_rdma_writes(struct smc_connection *conn, size_t len, size_t src_off, size_t src_len, size_t dst_off, size_t dst_len, struct smc_rdma_wr *wr_rdma_buf) smcr_tx_rdma_writes() argument 421 smcd_tx_rdma_writes(struct smc_connection *conn, size_t len, size_t src_off, size_t src_len, size_t dst_off, size_t dst_len) smcd_tx_rdma_writes() argument [all...] |
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | tifm_sd.c | 209 static void tifm_sd_copy_page(struct page *dst, unsigned int dst_off, in tifm_sd_copy_page() argument
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | tifm_sd.c | 209 static void tifm_sd_copy_page(struct page *dst, unsigned int dst_off, in tifm_sd_copy_page() argument
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | dmatest.c | 455 result(const char *err, unsigned int n, unsigned int src_off, unsigned int dst_off, unsigned int len, unsigned long data) result() argument 467 dbg_result(const char *err, unsigned int n, unsigned int src_off, unsigned int dst_off, unsigned int len, unsigned long data) dbg_result() argument [all...] |
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | mxs-dcp.c | 308 uint32_t dst_off = 0; in mxs_dcp_aes_block_crypt() local
|
/kernel/linux/linux-5.10/sound/drivers/ |
H A D | aloop.c | 504 unsigned int dst_off = dpcm->buf_pos; in clear_capture_buf() local 534 unsigned int dst_off = capt->buf_pos; in copy_play_buf() local [all...] |
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | node.c | 119 pgoff_t dst_off; in get_next_nat_page() local
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | file.c | 2209 is_file_size_ok(struct inode *src_inode, struct inode *dst_inode, loff_t src_off, loff_t dst_off, size_t len) is_file_size_ok() argument 2238 ceph_do_objects_copy(struct ceph_inode_info *src_ci, u64 *src_off, struct ceph_inode_info *dst_ci, u64 *dst_off, struct ceph_fs_client *fsc, size_t len, unsigned int flags) ceph_do_objects_copy() argument 2303 __ceph_copy_file_range(struct file *src_file, loff_t src_off, struct file *dst_file, loff_t dst_off, size_t len, unsigned int flags) __ceph_copy_file_range() argument 2498 ceph_copy_file_range(struct file *src_file, loff_t src_off, struct file *dst_file, loff_t dst_off, size_t len, unsigned int flags) ceph_copy_file_range() argument [all...] |
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | file.c | 2692 is_file_size_ok(struct inode *src_inode, struct inode *dst_inode, loff_t src_off, loff_t dst_off, size_t len) is_file_size_ok() argument 2769 ceph_do_objects_copy(struct ceph_inode_info *src_ci, u64 *src_off, struct ceph_inode_info *dst_ci, u64 *dst_off, struct ceph_fs_client *fsc, size_t len, unsigned int flags) ceph_do_objects_copy() argument 2842 __ceph_copy_file_range(struct file *src_file, loff_t src_off, struct file *dst_file, loff_t dst_off, size_t len, unsigned int flags) __ceph_copy_file_range() argument 3041 ceph_copy_file_range(struct file *src_file, loff_t src_off, struct file *dst_file, loff_t dst_off, size_t len, unsigned int flags) ceph_copy_file_range() argument [all...] |
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | vfs.c | 1763 loff_t src_off, dst_off, src_file_size; in ksmbd_vfs_copy_file_ranges() local
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | dmatest.c | 454 result(const char *err, unsigned int n, unsigned int src_off, unsigned int dst_off, unsigned int len, unsigned long data) result() argument 466 dbg_result(const char *err, unsigned int n, unsigned int src_off, unsigned int dst_off, unsigned int len, unsigned long data) dbg_result() argument [all...] |
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | mxs-dcp.c | 309 uint32_t dst_off = 0; in mxs_dcp_aes_block_crypt() local
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ast/ |
H A D | ast_mode.c | 891 u64 dst_off = ast_plane->offset; in ast_cursor_plane_helper_atomic_update() local
|
/kernel/linux/linux-6.6/sound/drivers/ |
H A D | aloop.c | 503 unsigned int dst_off = dpcm->buf_pos; in clear_capture_buf() local 533 unsigned int dst_off = capt->buf_pos; in copy_play_buf() local [all...] |
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | linker.c | 33 int dst_off; member [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cudbg_lib.c | 2468 __be64 *dst_off; in cudbg_collect_dump_context() local
|
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | file.c | 3474 fuse_copy_file_range(struct file *src_file, loff_t src_off, struct file *dst_file, loff_t dst_off, size_t len, unsigned int flags) fuse_copy_file_range() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cudbg_lib.c | 2468 __be64 *dst_off; in cudbg_collect_dump_context() local
|