Lines Matching refs:translated
1832 char *translated = NULL;
1849 translated = kmalloc(PATH_MAX, GFP_NOFS);
1850 if (!translated) {
1855 /* Make translated path a relative path to mount point */
1856 strcpy(translated, "./");
1867 strcpy(translated + tl_len, "../");
1895 /* translated path has a trailing / and target_start does not */
1896 strcpy(translated + tl_len, target_start);
1900 translated, target_max, tl_len);
1904 strcpy(target, translated);
1909 kfree(translated);