Home
last modified time | relevance | path

Searched refs:tmp_name (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/btrfs/
H A Dsend.c1821 struct fscrypt_str tmp_name; in gen_unique_name() local
1826 tmp_name.name = tmp; in gen_unique_name()
1827 tmp_name.len = strlen(tmp); in gen_unique_name()
1831 &tmp_name, 0); in gen_unique_name()
1851 &tmp_name, 0); in gen_unique_name()
2081 struct fs_path *tmp_name; in is_first_ref() local
2084 tmp_name = fs_path_alloc(); in is_first_ref()
2085 if (!tmp_name) in is_first_ref()
2088 ret = get_first_ref(root, ino, &tmp_dir, NULL, tmp_name); in is_first_ref()
2097 ret = !memcmp(tmp_name->start, name, name_len); in is_first_ref()
[all …]
/linux-6.15/tools/lib/bpf/
H A Dlibbpf.c8102 char tmp_name[64]; in bpf_object__open_mem() local
8108 snprintf(tmp_name, sizeof(tmp_name), "%lx-%zx", (unsigned long)obj_buf, obj_buf_sz); in bpf_object__open_mem()
8110 return libbpf_ptr(bpf_object_open(NULL, obj_buf, obj_buf_sz, tmp_name, opts)); in bpf_object__open_mem()