Searched refs:tmp_name (Results 1 – 2 of 2) sorted by relevance
/linux/fs/btrfs/ |
H A D | send.c | 1802 struct fscrypt_str tmp_name; in gen_unique_name() local 1807 tmp_name.name = tmp; in gen_unique_name() 1808 tmp_name.len = len; in gen_unique_name() 1812 &tmp_name, 0); in gen_unique_name() 1832 &tmp_name, 0); in gen_unique_name() 2062 struct fs_path *tmp_name; in is_first_ref() local 2065 tmp_name = fs_path_alloc(); in is_first_ref() 2066 if (!tmp_name) in is_first_ref() 2069 ret = get_first_ref(root, ino, &tmp_dir, NULL, tmp_name); in is_first_ref() 2073 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 | 8108 char tmp_name[64]; in bpf_object__open_mem() local 8114 snprintf(tmp_name, sizeof(tmp_name), "%lx-%zx", (unsigned long)obj_buf, obj_buf_sz); in bpf_object__open_mem() 8116 return libbpf_ptr(bpf_object_open(NULL, obj_buf, obj_buf_sz, tmp_name, opts)); in bpf_object__open_mem()
|