Searched refs:shfl_path (Results 1 – 1 of 1) sorted by relevance
368 struct shfl_string *shfl_path; in vboxsf_path_from_dentry() local386 shfl_path = __getname(); in vboxsf_path_from_dentry()387 if (!shfl_path) { in vboxsf_path_from_dentry()392 out = shfl_path->string.utf8; in vboxsf_path_from_dentry()398 __putname(shfl_path); in vboxsf_path_from_dentry()407 __putname(shfl_path); in vboxsf_path_from_dentry()415 shfl_path->length = out - shfl_path->string.utf8; in vboxsf_path_from_dentry()416 shfl_path->size = shfl_path->length + 1; in vboxsf_path_from_dentry()427 shfl_path = (struct shfl_string *)buf; in vboxsf_path_from_dentry()428 memmove(shfl_path->string.utf8, path, path_len); in vboxsf_path_from_dentry()[all …]