Searched refs:shfl_path (Results 1 – 1 of 1) sorted by relevance
369 struct shfl_string *shfl_path; in vboxsf_path_from_dentry() local387 shfl_path = __getname(); in vboxsf_path_from_dentry()388 if (!shfl_path) { in vboxsf_path_from_dentry()393 out = shfl_path->string.utf8; in vboxsf_path_from_dentry()399 __putname(shfl_path); in vboxsf_path_from_dentry()408 __putname(shfl_path); in vboxsf_path_from_dentry()416 shfl_path->length = out - shfl_path->string.utf8; in vboxsf_path_from_dentry()417 shfl_path->size = shfl_path->length + 1; in vboxsf_path_from_dentry()428 shfl_path = (struct shfl_string *)buf; in vboxsf_path_from_dentry()429 memmove(shfl_path->string.utf8, path, path_len); in vboxsf_path_from_dentry()[all …]