Searched refs:tmp_name (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | send.c | 1786 struct fscrypt_str tmp_name; in gen_unique_name() local 1791 tmp_name.name = tmp; in gen_unique_name() 1792 tmp_name.len = len; in gen_unique_name() 1796 &tmp_name, 0); in gen_unique_name() 1814 &tmp_name, 0); in gen_unique_name() 2031 struct fs_path *tmp_name; in is_first_ref() local 2034 tmp_name = fs_path_alloc(); in is_first_ref() 2035 if (!tmp_name) in is_first_ref() 2038 ret = get_first_ref(root, ino, &tmp_dir, NULL, tmp_name); in is_first_ref() 2042 if (dir != tmp_dir || name_len != fs_path_len(tmp_name)) { in is_first_ref() [all...] |
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 8400 char tmp_name[64]; in bpf_object__open_mem() local 8406 snprintf(tmp_name, sizeof(tmp_name), "%lx-%zx", (unsigned long)obj_buf, obj_buf_sz); in bpf_object__open_mem() 8408 return libbpf_ptr(bpf_object_open(NULL, obj_buf, obj_buf_sz, tmp_name, opts)); in bpf_object__open_mem()
|