Lines Matching defs:tmp_name
1823 struct fscrypt_str tmp_name;
1828 tmp_name.name = tmp;
1829 tmp_name.len = strlen(tmp);
1833 &tmp_name, 0);
1853 &tmp_name, 0);
2087 struct fs_path *tmp_name;
2090 tmp_name = fs_path_alloc();
2091 if (!tmp_name)
2094 ret = get_first_ref(root, ino, &tmp_dir, NULL, tmp_name);
2098 if (dir != tmp_dir || name_len != fs_path_len(tmp_name)) {
2103 ret = !memcmp(tmp_name->start, name, name_len);
2106 fs_path_free(tmp_name);