Searched refs:pathname (Results 1 – 1 of 1) sorted by relevance
656 char *temp, *pathname; in kstrdup_quotable_file() local666 pathname = file_path(file, temp, PATH_MAX + 11); in kstrdup_quotable_file()667 if (IS_ERR(pathname)) in kstrdup_quotable_file()668 pathname = kstrdup("<too_long>", gfp); in kstrdup_quotable_file()670 pathname = kstrdup_quotable(pathname, gfp); in kstrdup_quotable_file()673 return pathname; in kstrdup_quotable_file()