Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dsend.c1827 struct fs_path *tmp_name; in is_first_ref() local
1830 tmp_name = fs_path_alloc(); in is_first_ref()
1831 if (!tmp_name) in is_first_ref()
1834 ret = get_first_ref(root, ino, &tmp_dir, NULL, tmp_name); in is_first_ref()
1838 if (dir != tmp_dir || name_len != fs_path_len(tmp_name)) { in is_first_ref()
1843 ret = !memcmp(tmp_name->start, name, name_len); in is_first_ref()
1846 fs_path_free(tmp_name); in is_first_ref()