Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dsend.c1853 struct fs_path *tmp_name; in is_first_ref() local
1856 tmp_name = fs_path_alloc(); in is_first_ref()
1857 if (!tmp_name) in is_first_ref()
1860 ret = get_first_ref(root, ino, &tmp_dir, NULL, tmp_name); in is_first_ref()
1864 if (dir != tmp_dir || name_len != fs_path_len(tmp_name)) { in is_first_ref()
1869 ret = !memcmp(tmp_name->start, name, name_len); in is_first_ref()
1872 fs_path_free(tmp_name); in is_first_ref()
/linux-6.1.9/tools/lib/bpf/
Dlibbpf.c7167 char tmp_name[64]; in bpf_object_open() local
7185 snprintf(tmp_name, sizeof(tmp_name), "%lx-%lx", in bpf_object_open()
7188 obj_name = tmp_name; in bpf_object_open()