Searched refs:pathname (Results 1 – 1 of 1) sorted by relevance
714 char *temp, *pathname; in kstrdup_quotable_file() local724 pathname = file_path(file, temp, PATH_MAX + 11); in kstrdup_quotable_file()725 if (IS_ERR(pathname)) in kstrdup_quotable_file()726 pathname = kstrdup("<too_long>", gfp); in kstrdup_quotable_file()728 pathname = kstrdup_quotable(pathname, gfp); in kstrdup_quotable_file()731 return pathname; in kstrdup_quotable_file()
Completed in 5 milliseconds