Searched refs:shfl_path (Results 1 – 1 of 1) sorted by relevance
348 struct shfl_string *shfl_path; in vboxsf_path_from_dentry() local366 shfl_path = __getname(); in vboxsf_path_from_dentry()367 if (!shfl_path) { in vboxsf_path_from_dentry()372 out = shfl_path->string.utf8; in vboxsf_path_from_dentry()378 __putname(shfl_path); in vboxsf_path_from_dentry()387 __putname(shfl_path); in vboxsf_path_from_dentry()395 shfl_path->length = out - shfl_path->string.utf8; in vboxsf_path_from_dentry()396 shfl_path->size = shfl_path->length + 1; in vboxsf_path_from_dentry()407 shfl_path = (struct shfl_string *)buf; in vboxsf_path_from_dentry()408 memmove(shfl_path->string.utf8, path, path_len); in vboxsf_path_from_dentry()[all …]