Lines Matching defs:tmp_buf
384 char *tmp_buf;
405 tmp_buf = kmalloc(len, GFP_KERNEL);
406 if (tmp_buf)
407 memcpy(tmp_buf, p->buf, old_buf_len);
409 tmp_buf = krealloc(p->buf, len, GFP_KERNEL);
411 if (!tmp_buf)
413 p->buf = tmp_buf;
421 tmp_buf = p->buf + old_buf_len - path_len - 1;
424 memmove(p->start, tmp_buf, path_len + 1);
6818 char *tmp_buf)
6833 read_extent_buffer(left_path->nodes[0], tmp_buf, off1, len1);
6835 cmp = memcmp_extent_buffer(right_path->nodes[0], tmp_buf, off2, len1);
6864 char *tmp_buf = NULL;
6889 tmp_buf = kvmalloc(fs_info->nodesize, GFP_KERNEL);
6890 if (!tmp_buf) {
7049 tmp_buf);
7103 kvfree(tmp_buf);