Home
last modified time | relevance | path

Searched refs:resolved (Results 1 – 2 of 2) sorted by relevance

/fs/hostfs/
Dhostfs_kern.c143 char *name, *resolved, *end; in follow_link() local
169 resolved = kmalloc(len, GFP_KERNEL); in follow_link()
170 if (resolved == NULL) { in follow_link()
175 sprintf(resolved, "%s%s", link, name); in follow_link()
178 return resolved; in follow_link()
/fs/affs/
DChanges208 now resolved only once in lookup(). The backside