Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dseq_file.c456 char *mangle_path(char *s, const char *p, const char *esc) in mangle_path() function
475 EXPORT_SYMBOL(mangle_path);
495 char *end = mangle_path(buf, p, esc); in seq_path()
538 char *end = mangle_path(buf, p, esc); in seq_path_root()
562 char *end = mangle_path(buf, p, esc); in seq_dentry()
/Linux-v5.15/lib/
Dseq_buf.c281 char *end = mangle_path(buf, p, esc);
/Linux-v5.15/include/linux/
Dseq_file.h107 char *mangle_path(char *s, const char *p, const char *esc);