Searched refs:pathname (Results 1 – 1 of 1) sorted by relevance
632 char *temp, *pathname; in kstrdup_quotable_file() local642 pathname = file_path(file, temp, PATH_MAX + 11); in kstrdup_quotable_file()643 if (IS_ERR(pathname)) in kstrdup_quotable_file()644 pathname = kstrdup("<too_long>", gfp); in kstrdup_quotable_file()646 pathname = kstrdup_quotable(pathname, gfp); in kstrdup_quotable_file()649 return pathname; in kstrdup_quotable_file()