Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dstring_helpers.h110 char *kstrdup_quotable_file(struct file *file, gfp_t gfp);
/openbmc/linux/lib/
H A Dstring_helpers.c699 char *kstrdup_quotable_file(struct file *file, gfp_t gfp) in kstrdup_quotable_file() function
720 EXPORT_SYMBOL_GPL(kstrdup_quotable_file);
/openbmc/linux/security/loadpin/
H A Dloadpin.c30 pathname = kstrdup_quotable_file(file, GFP_KERNEL); in report_load()