Lines Matching refs:target
305 char *target;
316 target = kasprintf(GFP_KERNEL, "%s/%s.%s", dir, copy, ext);
318 target = kasprintf(GFP_KERNEL, "%s.%s", copy, ext);
321 return target;
325 * Construct a string representing the symbolic link target for the given
327 * location of the data file, the link target can either point to a
369 char *target;
379 target = get_link_target(
382 if (!target)
384 basename = kbasename(target);
385 if (basename == target)
388 parent, target);
389 kfree(target);
394 kfree(target);