Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
Dsend.c1813 struct fs_path *tmp_name; in is_first_ref() local
1816 tmp_name = fs_path_alloc(); in is_first_ref()
1817 if (!tmp_name) in is_first_ref()
1820 ret = get_first_ref(root, ino, &tmp_dir, NULL, tmp_name); in is_first_ref()
1824 if (dir != tmp_dir || name_len != fs_path_len(tmp_name)) { in is_first_ref()
1829 ret = !memcmp(tmp_name->start, name, name_len); in is_first_ref()
1832 fs_path_free(tmp_name); in is_first_ref()
/kernel/linux/linux-5.10/tools/lib/bpf/
Dlibbpf.c6948 char tmp_name[64]; in __bpf_object__open() local
6963 snprintf(tmp_name, sizeof(tmp_name), "%lx-%lx", in __bpf_object__open()
6966 obj_name = tmp_name; in __bpf_object__open()