Searched refs:big_buf (Results 1 – 1 of 1) sorted by relevance
5045 void *big_buf = NULL; in do_ioctl_dm() 5059 big_buf = g_malloc0(((struct dm_ioctl*)buf_temp)->data_size * 2); in do_ioctl_dm() 5060 memcpy(big_buf, buf_temp, target_size); in do_ioctl_dm() 5061 buf_temp = big_buf; in do_ioctl_dm() 5062 host_dm = big_buf; in do_ioctl_dm() 5261 g_free(big_buf); in do_ioctl_dm() 5047 void *big_buf = NULL; do_ioctl_dm() local