Lines Matching defs:tmp
615 char *tmp;
621 tmp = p->start;
625 memmove(p->start, tmp, len + 1);
1177 char *tmp = krealloc(buf, buf_len,
1180 if (!tmp)
1182 buf = tmp;
1814 char tmp[64];
1825 len = snprintf(tmp, sizeof(tmp), "o%llu-%llu-%llu",
1827 ASSERT(len < sizeof(tmp));
1828 tmp_name.name = tmp;
1829 tmp_name.len = strlen(tmp);
1868 ret = fs_path_add(dest, tmp, strlen(tmp));
8084 struct btrfs_lru_cache_entry *tmp;
8325 btrfs_lru_cache_for_each_entry_safe(&sctx->dir_utimes_cache, entry, tmp) {