/linux-4.4.14/arch/x86/lib/ |
H A D | usercopy.c | 18 copy_from_user_nmi(void *to, const void __user *from, unsigned long n) copy_from_user_nmi() argument
|
H A D | usercopy_64.c | 57 unsigned long copy_in_user(void __user *to, const void __user *from, unsigned len) copy_in_user() argument 72 copy_user_handle_tail(char *to, char *from, unsigned len) copy_user_handle_tail() argument
|
H A D | memcpy_32.c | 7 __visible void *memcpy(void *to, const void *from, size_t n) memcpy() argument
|
H A D | mmx_32.c | 28 void *_mmx_memcpy(void *to, const void *from, size_t len) _mmx_memcpy() argument 158 static void fast_copy_page(void *to, void *from) fast_copy_page() argument 280 static void fast_copy_page(void *to, void *from) fast_copy_page() argument 358 static void slow_copy_page(void *to, void *from) slow_copy_page() argument 370 void mmx_copy_page(void *to, void *from) mmx_copy_page() argument
|
H A D | usercopy_32.c | 101 __copy_user_intel(void __user *to, const void *from, unsigned long size) __copy_user_intel() argument 205 __copy_user_zeroing_intel(void *to, const void __user *from, unsigned long size) __copy_user_zeroing_intel() argument 570 unsigned long __copy_to_user_ll(void __user *to, const void *from, __copy_to_user_ll() argument 583 unsigned long __copy_from_user_ll(void *to, const void __user *from, __copy_from_user_ll() argument 596 unsigned long __copy_from_user_ll_nozero(void *to, const void __user *from, __copy_from_user_ll_nozero() argument 610 unsigned long __copy_from_user_ll_nocache(void *to, const void __user *from, __copy_from_user_ll_nocache() argument 627 unsigned long __copy_from_user_ll_nocache_nozero(void *to, const void __user *from, __copy_from_user_ll_nocache_nozero() argument 658 unsigned long _copy_to_user(void __user *to, const void *from, unsigned n) _copy_to_user() argument 683 unsigned long _copy_from_user(void *to, const void __user *from, unsigned n) _copy_from_user() argument 301 __copy_user_zeroing_intel_nocache(void *to, const void __user *from, unsigned long size) __copy_user_zeroing_intel_nocache() argument 395 __copy_user_intel_nocache(void *to, const void __user *from, unsigned long size) __copy_user_intel_nocache() argument
|
/linux-4.4.14/arch/ia64/include/asm/ |
H A D | siginfo.h | 14 copy_siginfo (siginfo_t *to, siginfo_t *from) copy_siginfo() argument
|
/linux-4.4.14/arch/powerpc/lib/ |
H A D | usercopy_64.c | 12 unsigned long copy_from_user(void *to, const void __user *from, unsigned long n) copy_from_user() argument 21 unsigned long copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() argument 28 unsigned long copy_in_user(void __user *to, const void __user *from, copy_in_user() argument
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
H A D | qib_pio_copy.c | 45 void qib_pio_copy(void __iomem *to, const void *from, size_t count) qib_pio_copy() argument
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | signal_compat.c | 4 int copy_siginfo_to_user32(compat_siginfo_t __user *to, const siginfo_t *from) copy_siginfo_to_user32() argument 75 int copy_siginfo_from_user32(siginfo_t *to, compat_siginfo_t __user *from) copy_siginfo_from_user32() argument
|
H A D | ioport.c | 23 asmlinkage long sys_ioperm(unsigned long from, unsigned long num, int turn_on) sys_ioperm() argument
|
H A D | setup_percpu.c | 137 static int __init pcpu_cpu_distance(unsigned int from, unsigned int to) pcpu_cpu_distance() argument
|
/linux-4.4.14/arch/m68k/lib/ |
H A D | uaccess.c | 10 unsigned long __generic_copy_from_user(void *to, const void __user *from, __generic_copy_from_user() argument 62 unsigned long __generic_copy_to_user(void __user *to, const void *from, __generic_copy_to_user() argument
|
H A D | memcpy.c | 10 void *memcpy(void *to, const void *from, size_t n) memcpy() argument
|
/linux-4.4.14/net/netfilter/ipset/ |
H A D | pfxlen.c | 292 ip_set_range_to_cidr(u32 from, u32 to, u8 *cidr) ip_set_range_to_cidr() argument
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | uaccess_32.h | 44 __copy_to_user_inatomic(void __user *to, const void *from, unsigned long n) __copy_to_user_inatomic() argument 87 __copy_to_user(void __user *to, const void *from, unsigned long n) __copy_to_user() argument 94 __copy_from_user_inatomic(void *to, const void __user *from, unsigned long n) __copy_from_user_inatomic() argument 143 __copy_from_user(void *to, const void __user *from, unsigned long n) __copy_from_user() argument 187 __copy_from_user_inatomic_nocache(void *to, const void __user *from, __copy_from_user_inatomic_nocache() argument 164 __copy_from_user_nocache(void *to, const void __user *from, unsigned long n) __copy_from_user_nocache() argument
|
H A D | page_32.h | 29 static inline void copy_page(void *to, void *from) copy_page() argument 41 static inline void copy_page(void *to, void *from) copy_page() argument
|
H A D | string_64.h | 9 static __always_inline void *__inline_memcpy(void *to, const void *from, size_t n) __inline_memcpy() argument
|
H A D | uaccess_64.h | 27 copy_user_generic(void *to, const void *from, unsigned len) copy_user_generic() argument
|
H A D | page.h | 30 static inline void copy_user_page(void *to, void *from, unsigned long vaddr, copy_user_page() argument
|
H A D | string_32.h | 32 static __always_inline void *__memcpy(void *to, const void *from, size_t n) __memcpy() argument 51 static __always_inline void *__constant_memcpy(void *to, const void *from, __constant_memcpy() argument 154 static inline void *__constant_memcpy3d(void *to, const void *from, size_t len) __constant_memcpy3d() argument 161 static inline void *__memcpy3d(void *to, const void *from, size_t len) __memcpy3d() argument
|
/linux-4.4.14/arch/c6x/include/asm/ |
H A D | uaccess.h | 25 __copy_from_user(void *to, const void __user *from, unsigned long n) __copy_from_user() argument 61 __copy_to_user(void __user *to, const void *from, unsigned long n) __copy_to_user() argument
|
/linux-4.4.14/lib/ |
H A D | iomap_copy.c | 31 __iowrite32_copy(void __iomem *to, const void *from, size_t count) __iowrite32_copy() argument 54 __iowrite64_copy(void __iomem *to, const void *from, size_t count) __iowrite64_copy() argument
|
H A D | kfifo.c | 223 int __kfifo_from_user(struct __kfifo *fifo, const void __user *from, __kfifo_from_user() argument 512 int __kfifo_from_user_r(struct __kfifo *fifo, const void __user *from, __kfifo_from_user_r() argument 188 kfifo_copy_from_user(struct __kfifo *fifo, const void __user *from, unsigned int len, unsigned int off, unsigned int *copied) kfifo_copy_from_user() argument
|
/linux-4.4.14/security/keys/ |
H A D | compat.c | 34 struct iov_iter from; compat_keyctl_instantiate_key_iov() local
|
/linux-4.4.14/init/ |
H A D | do_mounts.h | 54 static inline int rd_load_image(char *from) { return 0; } rd_load_image() argument
|
H A D | do_mounts_rd.c | 185 int __init rd_load_image(char *from) rd_load_image() argument
|
/linux-4.4.14/include/linux/netfilter/ipset/ |
H A D | ip_set_bitmap.h | 17 range_to_mask(u32 from, u32 to, u8 *bits) range_to_mask() argument
|
/linux-4.4.14/include/linux/ |
H A D | parser.h | 24 char *from; member in struct:__anon13065
|
H A D | uaccess.h | 64 __copy_from_user_inatomic_nocache(void *to, const void __user *from, unsigned long n) __copy_from_user_inatomic_nocache() argument 70 __copy_from_user_nocache(void *to, const void __user *from, unsigned long n) __copy_from_user_nocache() argument
|
H A D | cmdline-parser.h | 20 sector_t from; member in struct:cmdline_subpart
|
H A D | debug_locks.h | 65 debug_check_no_locks_freed(const void *from, unsigned long len) debug_check_no_locks_freed() argument
|
H A D | projid.h | 64 static inline kprojid_t make_kprojid(struct user_namespace *from, projid_t projid) make_kprojid() argument
|
H A D | rtmutex.h | 50 static inline int rt_mutex_debug_check_no_locks_freed(const void *from, rt_mutex_debug_check_no_locks_freed() argument
|
H A D | seq_file.h | 21 size_t from; member in struct:seq_file
|
H A D | highmem.h | 225 static inline void copy_user_highpage(struct page *to, struct page *from, copy_user_highpage() argument 239 static inline void copy_highpage(struct page *to, struct page *from) copy_highpage() argument
|
H A D | isapnp.h | 110 pnp_find_card(unsigned short vendor, unsigned short device, struct pnp_card *from) pnp_find_card() argument 113 pnp_find_dev(struct pnp_card *card, unsigned short vendor, unsigned short function, struct pnp_dev *from) pnp_find_dev() argument
|
H A D | uidgid.h | 142 static inline kuid_t make_kuid(struct user_namespace *from, uid_t uid) make_kuid() argument 147 static inline kgid_t make_kgid(struct user_namespace *from, gid_t gid) make_kgid() argument
|
/linux-4.4.14/arch/arm64/kernel/ |
H A D | io.c | 26 void __memcpy_fromio(void *to, const volatile void __iomem *from, size_t count) __memcpy_fromio() argument 55 void __memcpy_toio(volatile void __iomem *to, const void *from, size_t count) __memcpy_toio() argument
|
/linux-4.4.14/drivers/mtd/maps/ |
H A D | map_funcs.c | 22 static void __xipram simple_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) simple_map_copy_from() argument 27 static void __xipram simple_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) simple_map_copy_to() argument
|
H A D | pxa2xx-flash.c | 28 static void pxa2xx_map_inval_cache(struct map_info *map, unsigned long from, pxa2xx_map_inval_cache() argument
|
H A D | uclinux.c | 58 static int uclinux_point(struct mtd_info *mtd, loff_t from, size_t len, uclinux_point() argument
|
H A D | dc21285.c | 75 static void dc21285_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) dc21285_copy_from() argument 105 static void dc21285_copy_to_32(struct map_info *map, unsigned long to, const void *from, ssize_t len) dc21285_copy_to_32() argument 117 static void dc21285_copy_to_16(struct map_info *map, unsigned long to, const void *from, ssize_t len) dc21285_copy_to_16() argument 129 static void dc21285_copy_to_8(struct map_info *map, unsigned long to, const void *from, ssize_t len) dc21285_copy_to_8() argument
|
H A D | lantiq-flash.c | 83 ltq_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) ltq_copy_from() argument 97 ltq_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) ltq_copy_to() argument
|
H A D | bfin-async-flash.c | 86 static void bfin_flash_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) bfin_flash_copy_from() argument 112 static void bfin_flash_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) bfin_flash_copy_to() argument
|
H A D | gpio-addr-flash.c | 105 static void gf_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) gf_copy_from() argument 151 gf_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) gf_copy_to() argument
|
H A D | ixp4xx.c | 100 ixp4xx_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) ixp4xx_copy_from() argument
|
H A D | latch-addr-flash.c | 69 lf_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) lf_copy_from() argument
|
H A D | pci.c | 56 static void mtd_pci_copyfrom(struct map_info *_map, void *to, unsigned long from, ssize_t len) mtd_pci_copyfrom() argument 74 static void mtd_pci_copyto(struct map_info *_map, unsigned long to, const void *from, ssize_t len) mtd_pci_copyto() argument
|
H A D | sbc_gxx.c | 124 static void sbc_gxx_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) sbc_gxx_copy_from() argument 149 static void sbc_gxx_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) sbc_gxx_copy_to() argument
|
/linux-4.4.14/drivers/pnp/isapnp/ |
H A D | compat.c | 23 pnp_find_card(unsigned short vendor, unsigned short device, struct pnp_card *from) pnp_find_card() argument 45 pnp_find_dev(struct pnp_card *card, unsigned short vendor, unsigned short function, struct pnp_dev *from) pnp_find_dev() argument
|
/linux-4.4.14/arch/sparc/lib/ |
H A D | user_fixup.c | 35 unsigned long copy_from_user_fixup(void *to, const void __user *from, unsigned long size) copy_from_user_fixup() argument 47 unsigned long copy_to_user_fixup(void __user *to, const void *from, unsigned long size) copy_to_user_fixup() argument 55 unsigned long copy_in_user_fixup(void __user *to, void __user *from, unsigned long size) copy_in_user_fixup() argument
|
/linux-4.4.14/arch/tile/lib/ |
H A D | memcpy_user_64.c | 87 unsigned long __copy_from_user_zeroing(void *to, const void __user *from, __copy_from_user_zeroing() argument
|
/linux-4.4.14/arch/x86/um/asm/ |
H A D | processor_64.h | 28 static inline void arch_copy_thread(struct arch_thread *from, arch_copy_thread() argument
|
H A D | processor_32.h | 44 static inline void arch_copy_thread(struct arch_thread *from, arch_copy_thread() argument
|
/linux-4.4.14/arch/arc/mm/ |
H A D | extable.c | 30 long arc_copy_from_user_noinline(void *to, const void __user *from, arc_copy_from_user_noinline() argument 37 long arc_copy_to_user_noinline(void __user *to, const void *from, arc_copy_to_user_noinline() argument
|
/linux-4.4.14/fs/jfs/ |
H A D | jfs_unicode.c | 32 int jfs_strfromUCS_le(char *to, const __le16 * from, jfs_strfromUCS_le() argument 82 static int jfs_strtoUCS(wchar_t * to, const unsigned char *from, int len, jfs_strtoUCS() argument
|
H A D | ioctl.c | 40 static long jfs_map_ext2(unsigned long flags, int from) jfs_map_ext2() argument
|
/linux-4.4.14/net/atm/ |
H A D | atm_misc.c | 87 void sonet_copy_stats(struct k_sonet_stats *from, struct sonet_stats *to) sonet_copy_stats() argument 95 void sonet_subtract_stats(struct k_sonet_stats *from, struct sonet_stats *to) sonet_subtract_stats() argument
|
H A D | resources.c | 160 static void copy_aal_stats(struct k_atm_aal_stats *from, copy_aal_stats() argument 168 static void subtract_aal_stats(struct k_atm_aal_stats *from, subtract_aal_stats() argument
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
H A D | xt_connbytes.h | 20 __aligned_u64 from; /* count to be matched */ member in struct:xt_connbytes_info::__anon14290
|
/linux-4.4.14/arch/sh/kernel/ |
H A D | io.c | 19 void memcpy_fromio(void *to, const volatile void __iomem *from, unsigned long count) memcpy_fromio() argument 82 void memcpy_toio(volatile void __iomem *to, const void *from, unsigned long count) memcpy_toio() argument
|
H A D | machvec.c | 42 static int __init early_parse_mv(char *from) early_parse_mv() argument
|
/linux-4.4.14/arch/mn10300/lib/ |
H A D | usercopy.c | 15 __generic_copy_to_user(void *to, const void *from, unsigned long n) __generic_copy_to_user() argument 23 __generic_copy_from_user(void *to, const void *from, unsigned long n) __generic_copy_from_user() argument
|
/linux-4.4.14/arch/m32r/lib/ |
H A D | usercopy.c | 15 __generic_copy_to_user(void __user *to, const void *from, unsigned long n) __generic_copy_to_user() argument 24 __generic_copy_from_user(void *to, const void __user *from, unsigned long n) __generic_copy_from_user() argument
|
/linux-4.4.14/arch/arm/mm/ |
H A D | copypage-xscale.c | 40 mc_copy_user_page(void *from, void *to) mc_copy_user_page() argument 87 void xscale_mc_copy_user_highpage(struct page *to, struct page *from, xscale_mc_copy_user_highpage() argument 93 __flush_dcache_page(page_mapping(from), from); xscale_mc_copy_user_highpage() local
|
H A D | copypage-fa.c | 42 void fa_copy_user_highpage(struct page *to, struct page *from, fa_copy_user_highpage() argument
|
H A D | copypage-feroceon.c | 70 void feroceon_copy_user_highpage(struct page *to, struct page *from, feroceon_copy_user_highpage() argument
|
H A D | copypage-v4mc.c | 44 mc_copy_user_page(void *from, void *to) mc_copy_user_page() argument 67 void v4_mc_copy_user_highpage(struct page *to, struct page *from, v4_mc_copy_user_highpage() argument 73 __flush_dcache_page(page_mapping(from), from); v4_mc_copy_user_highpage() local
|
H A D | copypage-v4wb.c | 50 void v4wb_copy_user_highpage(struct page *to, struct page *from, v4wb_copy_user_highpage() argument
|
H A D | copypage-v4wt.c | 46 void v4wt_copy_user_highpage(struct page *to, struct page *from, v4wt_copy_user_highpage() argument
|
H A D | copypage-v6.c | 79 __flush_dcache_page(page_mapping(from), from); v6_copy_user_highpage_aliasing() local 33 v6_copy_user_highpage_nonaliasing(struct page *to, struct page *from, unsigned long vaddr, struct vm_area_struct *vma) v6_copy_user_highpage_nonaliasing() argument 72 v6_copy_user_highpage_aliasing(struct page *to, struct page *from, unsigned long vaddr, struct vm_area_struct *vma) v6_copy_user_highpage_aliasing() argument
|
H A D | copypage-xsc3.c | 73 void xsc3_mc_copy_user_highpage(struct page *to, struct page *from, xsc3_mc_copy_user_highpage() argument
|
/linux-4.4.14/arch/arm/kernel/ |
H A D | io.c | 44 void _memcpy_fromio(void *to, const volatile void __iomem *from, size_t count) _memcpy_fromio() argument 60 void _memcpy_toio(volatile void __iomem *to, const void *from, size_t count) _memcpy_toio() argument
|
H A D | atags_parse.c | 186 char *from = default_command_line; setup_machine_tags() local
|
/linux-4.4.14/tools/virtio/linux/ |
H A D | uaccess.h | 28 static void volatile_memcpy(volatile char *to, const volatile char *from, volatile_memcpy() argument 35 static inline int copy_from_user(void *to, const void __user volatile *from, copy_from_user() argument 43 static inline int copy_to_user(void __user volatile *to, const void *from, copy_to_user() argument
|
/linux-4.4.14/drivers/mtd/chips/ |
H A D | map_absent.c | 71 static int map_absent_read(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf) map_absent_read() argument
|
H A D | map_ram.c | 99 static int mapram_read (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf) mapram_read() argument
|
H A D | map_rom.c | 83 static int maprom_read (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf) maprom_read() argument
|
/linux-4.4.14/drivers/hid/ |
H A D | hid-icade.c | 160 static const struct icade_key *icade_find_translation(u16 from) icade_find_translation() argument
|
H A D | hid-apple.c | 63 u16 from; member in struct:apple_key_translation 167 apple_find_translation( const struct apple_key_translation *table, u16 from) apple_find_translation() argument
|
/linux-4.4.14/drivers/media/pci/cobalt/ |
H A D | cobalt-flash.c | 58 flash_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) flash_copy_from() argument 76 flash_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) flash_copy_to() argument
|
/linux-4.4.14/block/partitions/ |
H A D | check.h | 13 sector_t from; member in struct:parsed_partitions::__anon3261 41 put_partition(struct parsed_partitions *p, int n, sector_t from, sector_t size) put_partition() argument
|
/linux-4.4.14/fs/udf/ |
H A D | symlink.c | 32 static int udf_pc_to_char(struct super_block *sb, unsigned char *from, udf_pc_to_char() argument
|
H A D | file.c | 117 static ssize_t udf_file_write_iter(struct kiocb *iocb, struct iov_iter *from) udf_file_write_iter() argument
|
/linux-4.4.14/arch/arm/lib/ |
H A D | uaccess_with_memcpy.c | 89 __copy_to_user_memcpy(void __user *to, const void *from, unsigned long n) __copy_to_user_memcpy() argument 142 arm_copy_to_user(void __user *to, const void *from, unsigned long n) arm_copy_to_user() argument
|
/linux-4.4.14/tools/power/acpi/os_specific/service_layers/ |
H A D | oslibcfs.c | 198 acpi_status acpi_os_set_file_offset(ACPI_FILE file, long offset, u8 from) acpi_os_set_file_offset() argument
|
/linux-4.4.14/drivers/s390/cio/ |
H A D | idset.c | 106 void idset_add_set(struct idset *to, struct idset *from) idset_add_set() argument
|
H A D | blacklist.c | 152 unsigned int from_cssid, to_cssid, from_ssid, to_ssid, from, to; blacklist_parse_parameters() local 48 blacklist_range(range_action action, unsigned int from_ssid, unsigned int to_ssid, unsigned int from, unsigned int to, int msgtrigger) blacklist_range() argument
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
H A D | display.c | 211 struct omap_dss_device *omap_dss_get_next_device(struct omap_dss_device *from) omap_dss_get_next_device() argument
|
/linux-4.4.14/arch/tile/kernel/ |
H A D | compat_signal.c | 52 int copy_siginfo_to_user32(struct compat_siginfo __user *to, const siginfo_t *from) copy_siginfo_to_user32() argument 109 int copy_siginfo_from_user32(siginfo_t *to, struct compat_siginfo __user *from) copy_siginfo_from_user32() argument
|
/linux-4.4.14/block/ |
H A D | cmdline-parser.c | 230 sector_t from = 0; cmdline_parts_set() local
|
H A D | bounce.c | 102 static void copy_to_high_bio_irq(struct bio *to, struct bio *from) copy_to_high_bio_irq() argument 187 struct bio_vec *to, from; __blk_queue_bounce() local
|
H A D | partition-generic.c | 485 sector_t size, from; rescan_partitions() local
|
/linux-4.4.14/arch/arc/include/asm/ |
H A D | entry-arcv2.h | 119 ; for interrupts), it could get clobbered in case we soft land here from variable
|
H A D | uaccess.h | 166 __arc_copy_from_user(void *to, const void __user *from, unsigned long n) __arc_copy_from_user() argument 396 __arc_copy_to_user(void __user *to, const void *from, unsigned long n) __arc_copy_to_user() argument
|
/linux-4.4.14/fs/hpfs/ |
H A D | name.c | 53 unsigned char *hpfs_translate_name(struct super_block *s, unsigned char *from, hpfs_translate_name() argument
|
/linux-4.4.14/net/sched/ |
H A D | em_text.c | 36 int from, to; em_text_match() local
|
/linux-4.4.14/net/x25/ |
H A D | x25_forward.c | 22 int x25_forward_call(struct x25_address *dest_addr, struct x25_neigh *from, x25_forward_call() argument 97 int x25_forward_data(int lci, struct x25_neigh *from, struct sk_buff *skb) { x25_forward_data() argument
|
/linux-4.4.14/fs/proc/ |
H A D | proc_tty.c | 70 dev_t from = MKDEV(p->major, p->minor_start); show_tty_driver() local 26 show_tty_range(struct seq_file *m, struct tty_driver *p, dev_t from, int num) show_tty_range() argument
|
/linux-4.4.14/include/net/ |
H A D | udplite.h | 19 static __inline__ int udplite_getfrag(void *from, char *to, int offset, udplite_getfrag() argument
|
H A D | checksum.h | 123 static inline void csum_replace4(__sum16 *sum, __be32 from, __be32 to) csum_replace4() argument 150 inet_proto_csum_replace2(__sum16 *sum, struct sk_buff *skb, __be16 from, __be16 to, bool pseudohdr) inet_proto_csum_replace2() argument
|
H A D | inet_ecn.h | 122 __be32 from, to; IP6_ECN_set_ce() local
|
/linux-4.4.14/arch/s390/lib/ |
H A D | uaccess.c | 105 unsigned long __copy_from_user(void *to, const void __user *from, unsigned long n) __copy_from_user() argument 178 unsigned long __copy_to_user(void __user *to, const void *from, unsigned long n) __copy_to_user() argument 186 static inline unsigned long copy_in_user_mvcos(void __user *to, const void __user *from, copy_in_user_mvcos() argument 209 static inline unsigned long copy_in_user_mvc(void __user *to, const void __user *from, copy_in_user_mvc() argument 241 unsigned long __copy_in_user(void __user *to, const void __user *from, unsigned long n) __copy_in_user() argument
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
H A D | flash_setup.c | 49 octeon_flash_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) octeon_flash_map_copy_from() argument 57 octeon_flash_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) octeon_flash_map_copy_to() argument
|
/linux-4.4.14/arch/parisc/kernel/ |
H A D | signal32.c | 278 copy_siginfo_from_user32 (siginfo_t *to, compat_siginfo_t __user *from) copy_siginfo_from_user32() argument 322 copy_siginfo_to_user32 (compat_siginfo_t __user *to, const siginfo_t *from) copy_siginfo_to_user32() argument
|
/linux-4.4.14/arch/arm/mach-omap2/ |
H A D | pm44xx.c | 46 const char *from; member in struct:static_dep_map 192 struct clockdomain *from, *to; omap4plus_init_static_deps() local
|
/linux-4.4.14/drivers/zorro/ |
H A D | zorro.c | 51 struct zorro_dev *zorro_find_device(zorro_id id, struct zorro_dev *from) zorro_find_device() argument
|
/linux-4.4.14/drivers/target/tcm_fc/ |
H A D | tfc_io.c | 74 void *from; ft_queue_data_in() local 224 void *from; ft_recv_write_data() local
|
/linux-4.4.14/drivers/s390/net/ |
H A D | smsgiucv.c | 104 smsg_register_callback(const char *prefix, void (*callback)(const char *from, char *str)) smsg_register_callback() argument 121 smsg_unregister_callback(const char *prefix, void (*callback)(const char *from, char *str)) smsg_unregister_callback() argument
|
H A D | smsgiucv_app.c | 66 static struct smsg_app_event *smsg_app_event_alloc(const char *from, smsg_app_event_alloc() argument 120 static void smsg_app_callback(const char *from, char *msg) smsg_app_callback() argument
|
/linux-4.4.14/drivers/video/fbdev/core/ |
H A D | fbcmap.c | 164 int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to) fb_copy_cmap() argument 188 int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to) fb_cmap_to_user() argument
|
/linux-4.4.14/drivers/mtd/devices/ |
H A D | bcm47xxsflash.c | 103 static int bcm47xxsflash_read(struct mtd_info *mtd, loff_t from, size_t len, bcm47xxsflash_read() argument
|
H A D | m25p80.c | 122 static int m25p80_read(struct spi_nor *nor, loff_t from, size_t len, m25p80_read() argument
|
H A D | ms02-nv.c | 57 static int ms02nv_read(struct mtd_info *mtd, loff_t from, ms02nv_read() argument
|
H A D | mtdram.c | 64 static int ram_point(struct mtd_info *mtd, loff_t from, size_t len, ram_point() argument 72 static int ram_unpoint(struct mtd_info *mtd, loff_t from, size_t len) ram_unpoint() argument 90 static int ram_read(struct mtd_info *mtd, loff_t from, size_t len, ram_read() argument
|
H A D | powernv_flash.c | 119 static int powernv_flash_read(struct mtd_info *mtd, loff_t from, size_t len, powernv_flash_read() argument
|
H A D | block2mtd.c | 87 size_t from = instr->addr; block2mtd_erase() local 106 static int block2mtd_read(struct mtd_info *mtd, loff_t from, size_t len, block2mtd_read() argument
|
H A D | phram.c | 52 static int phram_point(struct mtd_info *mtd, loff_t from, size_t len, phram_point() argument 60 static int phram_unpoint(struct mtd_info *mtd, loff_t from, size_t len) phram_unpoint() argument 65 static int phram_read(struct mtd_info *mtd, loff_t from, size_t len, phram_read() argument
|
H A D | slram.c | 96 static int slram_point(struct mtd_info *mtd, loff_t from, size_t len, slram_point() argument 106 static int slram_unpoint(struct mtd_info *mtd, loff_t from, size_t len) slram_unpoint() argument 111 static int slram_read(struct mtd_info *mtd, loff_t from, size_t len, slram_read() argument
|
H A D | sst25l.c | 213 static int sst25l_read(struct mtd_info *mtd, loff_t from, size_t len, sst25l_read() argument
|
/linux-4.4.14/drivers/mtd/onenand/ |
H A D | onenand_bbt.c | 63 loff_t from; create_bbt() local
|
/linux-4.4.14/drivers/gpu/drm/tilcdc/ |
H A D | tilcdc_slave_compat.c | 94 static void __init tilcdc_copy_props(struct device_node *from, tilcdc_copy_props() argument
|
/linux-4.4.14/drivers/media/pci/cx18/ |
H A D | cx18-io.h | 141 cx18_memcpy_fromio(struct cx18 *cx, void *to, const void __iomem *from, unsigned int len) cx18_memcpy_fromio() argument
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
H A D | ivtv-queue.c | 88 static void ivtv_queue_move_buf(struct ivtv_stream *s, struct ivtv_queue *from, ivtv_queue_move_buf() argument 122 int ivtv_queue_move(struct ivtv_stream *s, struct ivtv_queue *from, struct ivtv_queue *steal, ivtv_queue_move() argument
|
/linux-4.4.14/drivers/pci/ |
H A D | search.c | 156 struct pci_bus *pci_find_next_bus(const struct pci_bus *from) pci_find_next_bus() argument 344 struct pci_dev *pci_get_class(unsigned int class, struct pci_dev *from) pci_get_class() argument 260 pci_get_dev_by_id(const struct pci_device_id *id, struct pci_dev *from) pci_get_dev_by_id() argument 294 pci_get_subsys(unsigned int vendor, unsigned int device, unsigned int ss_vendor, unsigned int ss_device, struct pci_dev *from) pci_get_subsys() argument 323 pci_get_device(unsigned int vendor, unsigned int device, struct pci_dev *from) pci_get_device() argument
|
/linux-4.4.14/arch/unicore32/kernel/ |
H A D | setup.c | 240 char *from = default_command_line; setup_arch() local
|
H A D | traps.c | 35 dump_backtrace_entry(unsigned long where, unsigned long from, unsigned long frame) dump_backtrace_entry() argument
|
/linux-4.4.14/arch/xtensa/mm/ |
H A D | init.c | 70 static int __init move_banks(struct meminfo *to, struct meminfo *from) move_banks() argument
|
/linux-4.4.14/fs/ncpfs/ |
H A D | file.c | 168 ncp_file_write_iter(struct kiocb *iocb, struct iov_iter *from) ncp_file_write_iter() argument
|
/linux-4.4.14/lib/zlib_inflate/ |
H A D | inffast.c | 114 unsigned char *from; /* where to copy match from */ inflate_fast() local
|
H A D | inflate.c | 327 unsigned char *from; /* where to copy match bytes from */ zlib_inflate() local
|
/linux-4.4.14/mm/ |
H A D | page_io.c | 268 struct iov_iter from; __swap_writepage() local
|
H A D | truncate.c | 733 void pagecache_isize_extended(struct inode *inode, loff_t from, loff_t to) pagecache_isize_extended() argument
|
/linux-4.4.14/net/core/ |
H A D | utils.c | 303 inet_proto_csum_replace4(__sum16 *sum, struct sk_buff *skb, __be32 from, __be32 to, bool pseudohdr) inet_proto_csum_replace4() argument 319 inet_proto_csum_replace16(__sum16 *sum, struct sk_buff *skb, const __be32 *from, const __be32 *to, bool pseudohdr) inet_proto_csum_replace16() argument
|
H A D | dev_addr_lists.c | 537 int dev_uc_sync(struct net_device *to, struct net_device *from) dev_uc_sync() argument 567 int dev_uc_sync_multiple(struct net_device *to, struct net_device *from) dev_uc_sync_multiple() argument 592 void dev_uc_unsync(struct net_device *to, struct net_device *from) dev_uc_unsync() argument 758 int dev_mc_sync(struct net_device *to, struct net_device *from) dev_mc_sync() argument 788 int dev_mc_sync_multiple(struct net_device *to, struct net_device *from) dev_mc_sync_multiple() argument 813 void dev_mc_unsync(struct net_device *to, struct net_device *from) dev_mc_unsync() argument
|
/linux-4.4.14/net/sctp/ |
H A D | chunk.c | 165 sctp_datamsg_from_user(struct sctp_association *asoc, struct sctp_sndrcvinfo *sinfo, struct iov_iter *from) sctp_datamsg_from_user() argument
|
/linux-4.4.14/fs/9p/ |
H A D | xattr.c | 109 struct iov_iter from; v9fs_fid_xattr_set() local
|
H A D | vfs_addr.c | 165 struct iov_iter from; v9fs_vfs_writepage_locked() local 316 unsigned from = pos & (PAGE_CACHE_SIZE - 1); v9fs_write_end() local
|
H A D | vfs_file.c | 407 v9fs_file_write_iter(struct kiocb *iocb, struct iov_iter *from) v9fs_file_write_iter() argument 590 v9fs_mmap_file_write_iter(struct kiocb *iocb, struct iov_iter *from) v9fs_mmap_file_write_iter() argument
|
/linux-4.4.14/fs/bfs/ |
H A D | file.c | 32 static int bfs_move_block(unsigned long from, unsigned long to, bfs_move_block() argument
|
/linux-4.4.14/fs/reiserfs/ |
H A D | file.c | 176 reiserfs_commit_page(struct inode *inode, struct page *page, unsigned from, unsigned to) reiserfs_commit_page() argument
|
/linux-4.4.14/fs/xfs/libxfs/ |
H A D | xfs_inode_buf.c | 198 xfs_dinode_from_disk( xfs_icdinode_t *to, xfs_dinode_t *from) xfs_dinode_from_disk() argument 245 xfs_dinode_to_disk( xfs_dinode_t *to, xfs_icdinode_t *from) xfs_dinode_to_disk() argument
|
H A D | xfs_sb.c | 351 __xfs_sb_from_disk( struct xfs_sb *to, xfs_dsb_t *from, bool convert_xquota) __xfs_sb_from_disk() argument 426 xfs_sb_from_disk( struct xfs_sb *to, xfs_dsb_t *from) xfs_sb_from_disk() argument 434 xfs_sb_quota_to_disk( struct xfs_dsb *to, struct xfs_sb *from) xfs_sb_quota_to_disk() argument 493 xfs_sb_to_disk( struct xfs_dsb *to, struct xfs_sb *from) xfs_sb_to_disk() argument
|
/linux-4.4.14/include/uapi/linux/ |
H A D | nbd.h | 63 __be64 from; member in struct:nbd_request
|
/linux-4.4.14/arch/s390/include/asm/ |
H A D | idals.h | 216 idal_buffer_from_user(struct idal_buffer *ib, const void __user *from, size_t count) idal_buffer_from_user() argument
|
/linux-4.4.14/arch/s390/kernel/ |
H A D | irq.c | 155 unsigned int arch_dynirq_lower_bound(unsigned int from) arch_dynirq_lower_bound() argument
|
/linux-4.4.14/arch/sh/include/asm/ |
H A D | uaccess.h | 115 __copy_from_user(void *to, const void __user *from, unsigned long n) __copy_from_user() argument 121 __copy_to_user(void __user *to, const void *from, unsigned long n) __copy_to_user() argument 148 copy_from_user(void *to, const void __user *from, unsigned long n) copy_from_user() argument 160 copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() argument 204 unsigned long (*from)(void *dst, const void __user *src, unsigned long cnt); member in struct:mem_access
|
/linux-4.4.14/arch/sh/mm/ |
H A D | nommu.c | 22 void copy_page(void *to, void *from) copy_page() argument 27 __kernel_size_t __copy_user(void *to, const void *from, __kernel_size_t n) __copy_user() argument
|
/linux-4.4.14/arch/m68k/include/asm/ |
H A D | page_mm.h | 16 static inline void copy_page(void *to, void *from) copy_page() argument
|
H A D | uaccess_mm.h | 239 __constant_copy_from_user(void *to, const void __user *from, unsigned long n) __constant_copy_from_user() argument 320 __constant_copy_to_user(void __user *to, const void *from, unsigned long n) __constant_copy_to_user() argument
|
/linux-4.4.14/arch/nios2/include/asm/ |
H A D | uaccess.h | 102 static inline long copy_from_user(void *to, const void __user *from, copy_from_user() argument 110 static inline long copy_to_user(void __user *to, const void *from, copy_to_user() argument
|
/linux-4.4.14/arch/frv/include/asm/ |
H A D | uaccess.h | 281 __copy_to_user(void __user *to, const void *from, unsigned long n) __copy_to_user() argument 288 __copy_from_user(void *to, const void __user *from, unsigned long n) __copy_from_user() argument 294 static inline long copy_from_user(void *to, const void __user *from, unsigned long n) copy_from_user() argument 307 static inline long copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() argument
|
/linux-4.4.14/arch/ia64/lib/ |
H A D | io.c | 10 void memcpy_fromio(void *to, const volatile void __iomem *from, long count) memcpy_fromio() argument 25 void memcpy_toio(volatile void __iomem *to, const void *from, long count) memcpy_toio() argument
|
/linux-4.4.14/arch/m32r/kernel/ |
H A D | setup.c | 96 char *from = COMMAND_LINE; parse_mem_cmdline() local
|
/linux-4.4.14/arch/arm64/include/asm/ |
H A D | uaccess.h | 255 static inline unsigned long __must_check copy_from_user(void *to, const void __user *from, unsigned long n) copy_from_user() argument 264 static inline unsigned long __must_check copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() argument 271 static inline unsigned long __must_check copy_in_user(void __user *to, const void __user *from, unsigned long n) copy_in_user() argument
|
/linux-4.4.14/arch/avr32/include/asm/ |
H A D | uaccess.h | 80 static inline __kernel_size_t __copy_to_user(void __user *to, const void *from, __copy_to_user() argument 85 __copy_from_user(void *to, const void __user *from, __kernel_size_t n) __copy_from_user() argument
|
/linux-4.4.14/arch/arm/mach-orion5x/ |
H A D | common.c | 368 void __init tag_fixup_mem32(struct tag *t, char **from) tag_fixup_mem32() argument
|
/linux-4.4.14/arch/arm/mach-ebsa110/ |
H A D | io.c | 348 void outsb(unsigned int port, const void *from, int len) outsb() argument 363 void insb(unsigned int port, void *from, int len) insb() argument 381 void outsw(unsigned int port, const void *from, int len) outsw() argument 396 void insw(unsigned int port, void *from, int len) insw() argument 418 void outsl(unsigned int port, const void *from, int len) outsl() argument 428 void insl(unsigned int port, void *from, int len) insl() argument
|
/linux-4.4.14/drivers/usb/storage/ |
H A D | freecom.c | 483 int from, base; pdump() local
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
H A D | pio_copy.c | 197 static inline void read_low_bytes(struct pio_buf *pbuf, const void *from, read_low_bytes() argument 363 static inline void read_low_bytes(struct pio_buf *pbuf, const void *from, read_low_bytes() argument 545 static void mid_copy_mix(struct pio_buf *pbuf, const void *from, size_t nbytes) mid_copy_mix() argument 727 void seg_pio_copy_mid(struct pio_buf *pbuf, const void *from, size_t nbytes) seg_pio_copy_mid() argument 74 pio_copy(struct hfi1_devdata *dd, struct pio_buf *pbuf, u64 pbc, const void *from, size_t count) pio_copy() argument 224 read_extra_bytes(struct pio_buf *pbuf, const void *from, unsigned int nbytes) read_extra_bytes() argument 378 read_extra_bytes(struct pio_buf *pbuf, const void *from, unsigned int nbytes) read_extra_bytes() argument 454 seg_pio_copy_start(struct pio_buf *pbuf, u64 pbc, const void *from, size_t nbytes) seg_pio_copy_start() argument 640 mid_copy_straight(struct pio_buf *pbuf, const void *from, size_t nbytes) mid_copy_straight() argument
|
/linux-4.4.14/drivers/staging/goldfish/ |
H A D | goldfish_nand.c | 196 static int goldfish_nand_read(struct mtd_info *mtd, loff_t from, size_t len, goldfish_nand_read() argument
|
/linux-4.4.14/drivers/md/bcache/ |
H A D | btree.h | 279 bch_btree_map_nodes(struct btree_op *op, struct cache_set *c, struct bkey *from, btree_map_nodes_fn *fn) bch_btree_map_nodes() argument 285 bch_btree_map_leaf_nodes(struct btree_op *op, struct cache_set *c, struct bkey *from, btree_map_nodes_fn *fn) bch_btree_map_leaf_nodes() argument
|
/linux-4.4.14/drivers/mtd/ubi/ |
H A D | eba.c | 1076 int ubi_eba_copy_leb(struct ubi_device *ubi, int from, int to, ubi_eba_copy_leb() argument
|
H A D | gluebi.c | 171 static int gluebi_read(struct mtd_info *mtd, loff_t from, size_t len, gluebi_read() argument
|
/linux-4.4.14/drivers/iommu/ |
H A D | iova.c | 493 copy_reserved_iova(struct iova_domain *from, struct iova_domain *to) copy_reserved_iova() argument
|
/linux-4.4.14/drivers/media/platform/vivid/ |
H A D | vivid-vid-common.c | 685 void rect_scale(struct v4l2_rect *r, const struct v4l2_rect *from, rect_scale() argument
|
/linux-4.4.14/drivers/gpu/drm/omapdrm/ |
H A D | omap_fb.c | 324 omap_framebuffer_get_next_connector( struct drm_framebuffer *fb, struct drm_connector *from) omap_framebuffer_get_next_connector() argument
|
/linux-4.4.14/drivers/net/ |
H A D | ifb.c | 81 u32 from = G_TC_FROM(skb->tc_verd); ifb_ri_tasklet() local 241 u32 from = G_TC_FROM(skb->tc_verd); ifb_xmit() local
|
/linux-4.4.14/drivers/pnp/ |
H A D | card.c | 327 pnp_request_card_device(struct pnp_card_link *clink, const char *id, struct pnp_dev *from) pnp_request_card_device() argument
|
/linux-4.4.14/drivers/base/regmap/ |
H A D | regmap-debugfs.c | 183 static ssize_t regmap_read_debugfs(struct regmap *map, unsigned int from, regmap_read_debugfs() argument 84 regmap_debugfs_get_dump_start(struct regmap *map, unsigned int base, loff_t from, loff_t *pos) regmap_debugfs_get_dump_start() argument
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | i915_gem_context.c | 655 struct intel_context *from = ring->last_context; do_switch() local 598 should_skip_switch(struct intel_engine_cs *ring, struct intel_context *from, struct intel_context *to) should_skip_switch() argument
|
/linux-4.4.14/arch/tile/include/asm/ |
H A D | uaccess.h | 360 __copy_to_user(void __user *to, const void *from, unsigned long n) __copy_to_user() argument 367 copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() argument 403 __copy_from_user(void *to, const void __user *from, unsigned long n) __copy_from_user() argument 410 _copy_from_user(void *to, const void __user *from, unsigned long n) _copy_from_user() argument 465 __copy_in_user(void __user *to, const void __user *from, unsigned long n) __copy_in_user() argument 472 copy_in_user(void __user *to, const void __user *from, unsigned long n) copy_in_user() argument 428 copy_from_user(void *to, const void __user *from, unsigned long n) copy_from_user() argument
|
/linux-4.4.14/arch/um/drivers/ |
H A D | cow_user.c | 145 static int absolutize(char *to, int size, char *from) absolutize() argument
|
/linux-4.4.14/arch/um/kernel/skas/ |
H A D | uaccess.c | 133 static int copy_chunk_from_user(unsigned long from, int len, void *arg) copy_chunk_from_user() argument 142 long __copy_from_user(void *to, const void __user *from, unsigned long n) __copy_from_user() argument 155 unsigned long *from_ptr = arg, from = *from_ptr; copy_chunk_to_user() local 162 long __copy_to_user(void __user *to, const void *from, unsigned long n) __copy_to_user() argument 173 static int strncpy_chunk_from_user(unsigned long from, int len, void *arg) strncpy_chunk_from_user() argument
|
/linux-4.4.14/arch/x86/kernel/fpu/ |
H A D | regset.c | 209 struct _fpxreg *from = (struct _fpxreg *) &fxsave->st_space[0]; convert_from_fxsr() local 246 struct _fpreg *from = (struct _fpreg *) &env->st_space[0]; convert_to_fxsr() local
|
/linux-4.4.14/arch/x86/um/ |
H A D | signal.c | 87 struct _fpxreg *from; convert_fxsr_to_user() local 120 struct _fpreg __user *from; convert_fxsr_from_user() local 153 copy_sc_from_user(struct pt_regs *regs, struct sigcontext __user *from) copy_sc_from_user() argument
|
/linux-4.4.14/drivers/bluetooth/ |
H A D | hci_vhci.c | 294 static ssize_t vhci_write(struct kiocb *iocb, struct iov_iter *from) vhci_write() argument 169 vhci_get_user(struct vhci_data *data, struct iov_iter *from) vhci_get_user() argument
|
/linux-4.4.14/arch/alpha/include/asm/ |
H A D | uaccess.h | 358 __copy_tofrom_user_nocheck(void *to, const void *from, long len) __copy_tofrom_user_nocheck() argument 375 __copy_tofrom_user(void *to, const void *from, long len, const void __user *validate) __copy_tofrom_user() argument 398 copy_to_user(void __user *to, const void *from, long n) copy_to_user() argument 404 copy_from_user(void *to, const void __user *from, long n) copy_from_user() argument
|
/linux-4.4.14/arch/alpha/kernel/ |
H A D | io.c | 420 void memcpy_fromio(void *to, const volatile void __iomem *from, long count) memcpy_fromio() argument 474 void memcpy_toio(volatile void __iomem *to, const void *from, long count) memcpy_toio() argument
|
/linux-4.4.14/arch/cris/arch-v10/drivers/ |
H A D | axisflashmap.c | 62 flash_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) flash_copy_from() argument
|
/linux-4.4.14/arch/cris/arch-v32/drivers/ |
H A D | axisflashmap.c | 67 flash_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) flash_copy_from() argument
|
/linux-4.4.14/fs/f2fs/ |
H A D | inline.c | 68 bool truncate_inline_inode(struct page *ipage, u64 from) truncate_inline_inode() argument
|
/linux-4.4.14/fs/minix/ |
H A D | itree_common.c | 17 static inline int verify_chain(Indirect *from, Indirect *to) verify_chain() argument
|
/linux-4.4.14/fs/nilfs2/ |
H A D | dir.c | 78 static int nilfs_prepare_chunk(struct page *page, unsigned from, unsigned to) nilfs_prepare_chunk() argument 413 unsigned from = (char *) de - (char *) page_address(page); nilfs_set_link() local 444 unsigned from, to; nilfs_add_link() local 536 unsigned from = ((char *)dir - kaddr) & ~(nilfs_chunk_size(inode) - 1); nilfs_delete_entry() local 84 nilfs_commit_chunk(struct page *page, struct address_space *mapping, unsigned from, unsigned to) nilfs_commit_chunk() argument
|
H A D | page.c | 443 nilfs_page_count_clean_buffers(struct page *page, unsigned from, unsigned to) nilfs_page_count_clean_buffers() argument
|
/linux-4.4.14/net/9p/ |
H A D | protocol.c | 73 pdu_write_u(struct p9_fcall *pdu, struct iov_iter *from, size_t size) pdu_write_u() argument 444 struct iov_iter *from = p9pdu_vwritef() local
|
/linux-4.4.14/net/dccp/ |
H A D | options.c | 409 const unsigned char *tail, *from; dccp_insert_option_ackvec() local
|
/linux-4.4.14/fs/afs/ |
H A D | write.c | 126 unsigned from = pos & (PAGE_CACHE_SIZE - 1); afs_write_begin() local 627 ssize_t afs_file_write(struct kiocb *iocb, struct iov_iter *from) afs_file_write() argument
|
/linux-4.4.14/fs/ |
H A D | char_dev.c | 174 int register_chrdev_region(dev_t from, unsigned count, const char *name) register_chrdev_region() argument 285 void unregister_chrdev_region(dev_t from, unsigned count) unregister_chrdev_region() argument
|
/linux-4.4.14/fs/cifs/ |
H A D | cifs_unicode.c | 123 cifs_mapchar(char *target, const __u16 *from, const struct nls_table *cp, cifs_mapchar() argument 182 cifs_from_utf16(char *to, const __le16 *from, int tolen, int fromlen, cifs_from_utf16() argument 253 cifs_strtoUTF16(__le16 *to, const char *from, int len, cifs_strtoUTF16() argument 309 cifs_utf16_bytes(const __le16 *from, int maxbytes, cifs_utf16_bytes() argument 565 cifs_local_to_utf16_bytes(const char *from, int len, cifs_local_to_utf16_bytes() argument
|
H A D | smb2misc.c | 379 cifs_convert_path_to_utf16(const char *from, struct cifs_sb_info *cifs_sb) cifs_convert_path_to_utf16() argument
|
/linux-4.4.14/fs/ecryptfs/ |
H A D | mmap.c | 484 unsigned from = pos & (PAGE_CACHE_SIZE - 1); ecryptfs_write_end() local
|
/linux-4.4.14/kernel/irq/ |
H A D | irqdesc.c | 403 void irq_free_descs(unsigned int from, unsigned int cnt) irq_free_descs() argument 430 __irq_alloc_descs(int irq, unsigned int from, unsigned int cnt, int node, __irq_alloc_descs() argument 513 void irq_free_hwirqs(unsigned int from, int cnt) irq_free_hwirqs() argument
|
/linux-4.4.14/kernel/rcu/ |
H A D | srcu.c | 90 static inline void rcu_batch_move(struct rcu_batch *to, struct rcu_batch *from) rcu_batch_move() argument
|
/linux-4.4.14/fs/overlayfs/ |
H A D | overlayfs.h | 180 static inline void ovl_copyattr(struct inode *from, struct inode *to) ovl_copyattr() argument
|
/linux-4.4.14/fs/sysv/ |
H A D | inode.c | 108 read3byte(struct sysv_sb_info *sbi, unsigned char * from, unsigned char * to) read3byte() argument 129 write3byte(struct sysv_sb_info *sbi, unsigned char * from, unsigned char * to) write3byte() argument
|
/linux-4.4.14/fs/ubifs/ |
H A D | key.h | 422 static inline void key_read(const struct ubifs_info *c, const void *from, key_read() argument 437 key_write(const struct ubifs_info *c, const union ubifs_key *from, void *to) key_write() argument 453 key_write_idx(const struct ubifs_info *c, const union ubifs_key *from, void *to) key_write_idx() argument 468 key_copy(const struct ubifs_info *c, const union ubifs_key *from, union ubifs_key *to) key_copy() argument
|
/linux-4.4.14/fs/ufs/ |
H A D | dir.c | 513 unsigned from = ((char*)dir - kaddr) & ~(UFS_SB(sb)->s_uspi->s_dirblksize - 1); ufs_delete_entry() local
|
/linux-4.4.14/include/asm-generic/ |
H A D | uaccess.h | 79 __copy_from_user(void *to, const void __user * from, unsigned long n) __copy_from_user() argument 109 __copy_to_user(void __user *to, const void *from, unsigned long n) __copy_to_user() argument 257 copy_from_user(void *to, const void __user * from, unsigned long n) copy_from_user() argument 267 copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() argument
|
/linux-4.4.14/include/sound/ |
H A D | pcm_params.h | 95 snd_mask_set_range(struct snd_mask *mask, unsigned int from, unsigned int to) snd_mask_set_range() argument 103 snd_mask_reset_range(struct snd_mask *mask, unsigned int from, unsigned int to) snd_mask_reset_range() argument
|