Home
last modified time | relevance | path

Searched refs:s_copy (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/misc/cxl/
Dflash.c231 size_t mod, s_copy, len_chunk = 0; in handle_image() local
282 s_copy = CXL_AI_BUFFER_SIZE; in handle_image()
287 s_copy = CXL_AI_BUFFER_SIZE - CXL_AI_HEADER_SIZE; in handle_image()
291 s_copy = mod; in handle_image()
294 if (copy_from_user(dest, from, s_copy)) in handle_image()
302 from += s_copy; in handle_image()
/Linux-v4.19/drivers/usb/gadget/
Dconfigfs.c110 static int usb_string_copy(const char *s, char **s_copy) in usb_string_copy() argument
114 char *copy = *s_copy; in usb_string_copy()
125 *s_copy = str; in usb_string_copy()
/Linux-v4.19/fs/ext4/
Dxattr.c1856 struct ext4_xattr_search s_copy = bs->s; in ext4_xattr_block_set() local
1857 struct ext4_xattr_search *s = &s_copy; in ext4_xattr_block_set()