Home
last modified time | relevance | path

Searched defs:to (Results 1 – 25 of 199) sorted by relevance

12345678

/linux-4.19.296/include/linux/
Duaccess.h62 __copy_from_user_inatomic(void *to, const void __user *from, unsigned long n) in __copy_from_user_inatomic()
70 __copy_from_user(void *to, const void __user *from, unsigned long n) in __copy_from_user()
92 __copy_to_user_inatomic(void __user *to, const void *from, unsigned long n) in __copy_to_user_inatomic()
100 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user()
110 _copy_from_user(void *to, const void __user *from, unsigned long n) in _copy_from_user()
129 _copy_to_user(void __user *to, const void *from, unsigned long n) in _copy_to_user()
144 copy_from_user(void *to, const void __user *from, unsigned long n) in copy_from_user()
152 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user()
160 copy_in_user(void __user *to, const void __user *from, unsigned long n) in copy_in_user()
225 static inline unsigned long __copy_from_user_inatomic_nocache(void *to, in __copy_from_user_inatomic_nocache()
Dhwspinlock.h112 int __hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to, in __hwspin_lock_timeout()
264 unsigned int to, unsigned long *flags) in hwspin_lock_timeout_irqsave()
287 int hwspin_lock_timeout_irq(struct hwspinlock *hwlock, unsigned int to) in hwspin_lock_timeout_irq()
310 int hwspin_lock_timeout_raw(struct hwspinlock *hwlock, unsigned int to) in hwspin_lock_timeout_raw()
335 int hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to) in hwspin_lock_timeout()
Duidgid.h153 static inline uid_t from_kuid(struct user_namespace *to, kuid_t kuid) in from_kuid()
158 static inline gid_t from_kgid(struct user_namespace *to, kgid_t kgid) in from_kgid()
163 static inline uid_t from_kuid_munged(struct user_namespace *to, kuid_t kuid) in from_kuid_munged()
171 static inline gid_t from_kgid_munged(struct user_namespace *to, kgid_t kgid) in from_kgid_munged()
Dprojid.h70 static inline projid_t from_kprojid(struct user_namespace *to, kprojid_t kprojid) in from_kprojid()
75 static inline projid_t from_kprojid_munged(struct user_namespace *to, kprojid_t kprojid) in from_kprojid_munged()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_da_format.c126 uint8_t *to, in xfs_dir2_sf_put_ino()
437 struct xfs_dir3_icleaf_hdr *to, in xfs_dir2_leaf_hdr_from_disk()
452 struct xfs_dir2_leaf *to, in xfs_dir2_leaf_hdr_to_disk()
467 struct xfs_dir3_icleaf_hdr *to, in xfs_dir3_leaf_hdr_from_disk()
484 struct xfs_dir2_leaf *to, in xfs_dir3_leaf_hdr_to_disk()
517 struct xfs_da3_icnode_hdr *to, in xfs_da2_node_hdr_from_disk()
530 struct xfs_da_intnode *to, in xfs_da2_node_hdr_to_disk()
543 struct xfs_da3_icnode_hdr *to, in xfs_da3_node_hdr_from_disk()
558 struct xfs_da_intnode *to, in xfs_da3_node_hdr_to_disk()
641 struct xfs_dir3_icfree_hdr *to, in xfs_dir2_free_hdr_from_disk()
[all …]
Dxfs_sb.c456 struct xfs_sb *to, in __xfs_sb_from_disk()
531 struct xfs_sb *to, in xfs_sb_from_disk()
539 struct xfs_dsb *to, in xfs_sb_quota_to_disk()
598 struct xfs_dsb *to, in xfs_sb_to_disk()
Dxfs_inode_buf.c207 struct xfs_icdinode *to = &ip->i_d; in xfs_inode_from_disk() local
271 struct xfs_dinode *to, in xfs_inode_to_disk()
328 struct xfs_dinode *to) in xfs_log_dinode_to_disk()
/linux-4.19.296/lib/
Diomap_copy.c31 void __attribute__((weak)) __iowrite32_copy(void __iomem *to, in __iowrite32_copy()
54 void __ioread32_copy(void *to, const void __iomem *from, size_t count) in __ioread32_copy()
75 void __attribute__((weak)) __iowrite64_copy(void __iomem *to, in __iowrite64_copy()
Dusercopy.c8 unsigned long _copy_from_user(void *to, const void __user *from, unsigned long n) in _copy_from_user()
30 unsigned long _copy_to_user(void __user *to, const void *from, unsigned long n) in _copy_to_user()
Diov_iter.c133 static int copyout(void __user *to, const void *from, size_t n) in copyout()
142 static int copyin(void *to, const void __user *from, size_t n) in copyin()
241 void *kaddr, *to; in copy_page_from_iter_iovec() local
451 static void memcpy_from_page(char *to, struct page *page, size_t offset, size_t len) in memcpy_from_page()
460 char *to = kmap_atomic(page); in memcpy_to_page() local
579 static int copyout_mcsafe(void __user *to, const void *from, size_t n) in copyout_mcsafe()
592 char *to; in memcpy_mcsafe_to_page() local
696 char *to = addr; in _copy_from_iter() local
716 char *to = addr; in _copy_from_iter_full() local
743 char *to = addr; in _copy_from_iter_nocache() local
[all …]
/linux-4.19.296/include/net/
Dseg6.h24 __be32 to) in update_csum_diff4()
32 __be32 *to) in update_csum_diff16()
/linux-4.19.296/fs/jfs/
Djfs_unicode.c32 int jfs_strfromUCS_le(char *to, const __le16 * from, in jfs_strfromUCS_le()
82 static int jfs_strtoUCS(wchar_t * to, const unsigned char *from, int len, in jfs_strtoUCS()
/linux-4.19.296/block/
Dbounce.c76 static void bounce_copy_vec(struct bio_vec *to, unsigned char *vfrom) in bounce_copy_vec()
87 #define bounce_copy_vec(to, vfrom) \ argument
132 static void copy_to_high_bio_irq(struct bio *to, struct bio *from) in copy_to_high_bio_irq()
290 struct bio_vec *to, from; in __blk_queue_bounce() local
/linux-4.19.296/drivers/isdn/hisax/
Djade.c27 int to = 50; in JadeVersion() local
52 int to = 50; in jade_write_indirect() local
Dhscx_irq.c19 int to = 50; in waitforCEC() local
33 int to = 50; in waitforXFW() local
/linux-4.19.296/include/trace/events/
Dxdp.h105 #define _trace_xdp_redirect(dev, xdp, to) \ argument
108 #define _trace_xdp_redirect_err(dev, xdp, to, err) \ argument
/linux-4.19.296/fs/nilfs2/
Ddir.c88 unsigned int to) in nilfs_prepare_chunk()
97 unsigned int from, unsigned int to) in nilfs_commit_chunk()
421 unsigned int to = from + nilfs_rec_len_from_disk(de->rec_len); in nilfs_set_link() local
451 unsigned int from, to; in nilfs_add_link() local
543 unsigned int from, to; in nilfs_delete_entry() local
/linux-4.19.296/fs/ext2/
Dfile.c33 static ssize_t ext2_dax_read_iter(struct kiocb *iocb, struct iov_iter *to) in ext2_dax_read_iter()
165 static ssize_t ext2_file_read_iter(struct kiocb *iocb, struct iov_iter *to) in ext2_file_read_iter()
/linux-4.19.296/fs/hostfs/
Dhostfs_user.c277 int make_symlink(const char *from, const char *to) in make_symlink()
327 int link_file(const char *to, const char *from) in link_file()
349 int rename_file(char *from, char *to) in rename_file()
359 int rename2_file(char *from, char *to, unsigned int flags) in rename2_file()
/linux-4.19.296/fs/
Dselect.c273 int poll_select_set_timeout(struct timespec64 *to, time64_t sec, long nsec) in poll_select_set_timeout()
453 ktime_t expire, *to = NULL; in do_select() local
679 struct timespec64 end_time, *to = NULL; in kern_select() local
711 struct timespec64 ts, end_time, *to = NULL; in do_pselect() local
844 ktime_t expire, *to = NULL; in do_poll() local
998 struct timespec64 *to = NULL, end_time; in do_restart_poll() local
1018 struct timespec64 end_time, *to = NULL; in SYSCALL_DEFINE3() local
1053 struct timespec64 ts, end_time, *to = NULL; in SYSCALL_DEFINE5() local
1263 struct timespec64 end_time, *to = NULL; in do_compat_select() local
1315 struct timespec64 ts, end_time, *to = NULL; in do_compat_pselect() local
[all …]
/linux-4.19.296/fs/bfs/
Dfile.c33 static int bfs_move_block(unsigned long from, unsigned long to, in bfs_move_block()
163 static void bfs_write_failed(struct address_space *mapping, loff_t to) in bfs_write_failed()
/linux-4.19.296/fs/ubifs/
Dkey.h431 union ubifs_key *to) in key_read()
446 const union ubifs_key *from, void *to) in key_write()
462 const union ubifs_key *from, void *to) in key_write_idx()
477 const union ubifs_key *from, union ubifs_key *to) in key_copy()
/linux-4.19.296/include/rdma/
Duverbs_ioctl.h527 static inline int _uverbs_copy_from(void *to, in _uverbs_copy_from()
554 static inline int _uverbs_copy_from_or_zero(void *to, in _uverbs_copy_from_or_zero()
579 #define uverbs_copy_from(to, attrs_bundle, idx) \ argument
582 #define uverbs_copy_from_or_zero(to, attrs_bundle, idx) \ argument
608 uverbs_get_flags64(u64 *to, const struct uverbs_attr_bundle *attrs_bundle, in uverbs_get_flags64()
614 uverbs_get_flags32(u32 *to, const struct uverbs_attr_bundle *attrs_bundle, in uverbs_get_flags32()
/linux-4.19.296/include/linux/mtd/
Dmap.h444 static inline void inline_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t… in inline_map_copy_from()
452 static inline void inline_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssi… in inline_map_copy_to()
459 #define map_copy_from(map, to, from, len) (map)->copy_from(map, to, from, len) argument
461 #define map_copy_to(map, to, from, len) (map)->copy_to(map, to, from, len) argument
468 #define map_copy_from(map, to, from, len) inline_map_copy_from(map, to, from, len) argument
470 #define map_copy_to(map, to, from, len) inline_map_copy_to(map, to, from, len) argument
/linux-4.19.296/include/linux/netfilter/ipset/
Dip_set_bitmap.h18 range_to_mask(u32 from, u32 to, u8 *bits) in range_to_mask()

12345678