Home
last modified time | relevance | path

Searched refs:kstrdup_quotable_file (Results 1 – 2 of 2) sorted by relevance

/linux/lib/
H A Dstring_helpers.c712 char *kstrdup_quotable_file(struct file *file, gfp_t gfp) in kstrdup_quotable_file() function
733 EXPORT_SYMBOL_GPL(kstrdup_quotable_file);
/linux/security/loadpin/
H A Dloadpin.c31 pathname = kstrdup_quotable_file(file, GFP_KERNEL); in report_load()