s_copy            231 drivers/misc/cxl/flash.c 	size_t mod, s_copy, len_chunk = 0;
s_copy            282 drivers/misc/cxl/flash.c 		s_copy = CXL_AI_BUFFER_SIZE;
s_copy            287 drivers/misc/cxl/flash.c 			s_copy = CXL_AI_BUFFER_SIZE - CXL_AI_HEADER_SIZE;
s_copy            291 drivers/misc/cxl/flash.c 			s_copy = mod;
s_copy            294 drivers/misc/cxl/flash.c 		if (copy_from_user(dest, from, s_copy))
s_copy            302 drivers/misc/cxl/flash.c 		from += s_copy;
s_copy            112 drivers/usb/gadget/configfs.c static int usb_string_copy(const char *s, char **s_copy)
s_copy            116 drivers/usb/gadget/configfs.c 	char *copy = *s_copy;
s_copy            127 drivers/usb/gadget/configfs.c 	*s_copy = str;
s_copy           1852 fs/ext4/xattr.c 	struct ext4_xattr_search s_copy = bs->s;
s_copy           1853 fs/ext4/xattr.c 	struct ext4_xattr_search *s = &s_copy;