Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dstring_helpers.h95 char *kstrdup_quotable_file(struct file *file, gfp_t gfp);
/kernel/linux/linux-5.10/lib/
Dstring_helpers.c630 char *kstrdup_quotable_file(struct file *file, gfp_t gfp) in kstrdup_quotable_file() function
651 EXPORT_SYMBOL_GPL(kstrdup_quotable_file);
/kernel/linux/linux-5.10/security/loadpin/
Dloadpin.c26 pathname = kstrdup_quotable_file(file, GFP_KERNEL); in report_load()