Searched refs:shfl_path (Results 1 – 1 of 1) sorted by relevance
367 struct shfl_string *shfl_path; in vboxsf_path_from_dentry() local385 shfl_path = __getname(); in vboxsf_path_from_dentry()386 if (!shfl_path) { in vboxsf_path_from_dentry()391 out = shfl_path->string.utf8; in vboxsf_path_from_dentry()397 __putname(shfl_path); in vboxsf_path_from_dentry()406 __putname(shfl_path); in vboxsf_path_from_dentry()414 shfl_path->length = out - shfl_path->string.utf8; in vboxsf_path_from_dentry()415 shfl_path->size = shfl_path->length + 1; in vboxsf_path_from_dentry()426 shfl_path = (struct shfl_string *)buf; in vboxsf_path_from_dentry()427 memmove(shfl_path->string.utf8, path, path_len); in vboxsf_path_from_dentry()[all …]