Searched refs:tbuf (Results 1 – 1 of 1) sorted by relevance
308 void *tbuf = NULL; in configfs_write_bin_file() local329 tbuf = vmalloc(*ppos + count); in configfs_write_bin_file()330 if (tbuf == NULL) { in configfs_write_bin_file()337 memcpy(tbuf, buffer->bin_buffer, in configfs_write_bin_file()343 memset(tbuf + buffer->bin_buffer_size, 0, in configfs_write_bin_file()345 buffer->bin_buffer = tbuf; in configfs_write_bin_file()