Lines Matching defs:tmp
6668 char *tmp;
6677 tmp = kmalloc(inline_size, GFP_NOFS);
6678 if (!tmp)
6682 read_extent_buffer(leaf, tmp, ptr, inline_size);
6685 ret = btrfs_decompress(compress_type, tmp, page, 0, inline_size, max_size);
6697 kfree(tmp);
9845 void *tmp;
9894 tmp = kmalloc(count, GFP_NOFS);
9895 if (!tmp) {
9899 read_extent_buffer(leaf, tmp, ptr, count);
9905 ret = copy_to_iter(tmp, count, iter);
9908 kfree(tmp);