Lines Matching defs:tmp_buf
481 char *tmp_buf;
507 tmp_buf = kmalloc(len, GFP_KERNEL);
508 if (tmp_buf)
509 memcpy(tmp_buf, p->buf, old_buf_len);
511 tmp_buf = krealloc(p->buf, len, GFP_KERNEL);
513 if (!tmp_buf)
515 p->buf = tmp_buf;
519 tmp_buf = p->buf + old_buf_len - path_len - 1;
522 memmove(p->start, tmp_buf, path_len + 1);
7527 char *tmp_buf)
7542 read_extent_buffer(left_path->nodes[0], tmp_buf, off1, len1);
7544 cmp = memcmp_extent_buffer(right_path->nodes[0], tmp_buf, off2, len1);
7664 char *tmp_buf = NULL;
7690 tmp_buf = kvmalloc(fs_info->nodesize, GFP_KERNEL);
7691 if (!tmp_buf) {
7878 tmp_buf);
7936 kvfree(tmp_buf);