Home
last modified time | relevance | path

Searched refs:dstv (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/usb/pwc/
H A Dpwc-uncompress.c26 u16 *dsty, *dstu, *dstv; in pwc_decompress() local
61 dstv = (u16 *)(image + n + n / 4); in pwc_decompress()
68 *dstv++ = *src++; in pwc_decompress()
/linux/fs/btrfs/
H A Dextent_io.c4014 void read_extent_buffer(const struct extent_buffer *eb, void *dstv, in read_extent_buffer_to_user_nofault()
4020 char *dst = (char *)dstv; in read_extent_buffer_to_user_nofault()
4028 memset(dstv, 0, len); in read_extent_buffer_to_user_nofault()
4033 memcpy(dstv, eb->addr + start, len); in read_extent_buffer_to_user_nofault()
4054 void __user *dstv, in memcmp_extent_buffer()
4060 char __user *dst = (char __user *)dstv; in memcmp_extent_buffer()
4068 if (copy_to_user_nofault(dstv, eb->addr + start, len)) in memcmp_extent_buffer()
3967 read_extent_buffer(const struct extent_buffer * eb,void * dstv,unsigned long start,unsigned long len) read_extent_buffer() argument
4007 read_extent_buffer_to_user_nofault(const struct extent_buffer * eb,void __user * dstv,unsigned long start,unsigned long len) read_extent_buffer_to_user_nofault() argument