Searched refs:mangle_path (Results 1 – 3 of 3) sorted by relevance
| /kernel/linux/linux-5.10/fs/ |
| D | seq_file.c | 429 char *mangle_path(char *s, const char *p, const char *esc) in mangle_path() function 448 EXPORT_SYMBOL(mangle_path); 468 char *end = mangle_path(buf, p, esc); in seq_path() 511 char *end = mangle_path(buf, p, esc); in seq_path_root() 535 char *end = mangle_path(buf, p, esc); in seq_dentry()
|
| /kernel/linux/linux-5.10/lib/ |
| D | seq_buf.c | 281 char *end = mangle_path(buf, p, esc);
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | seq_file.h | 107 char *mangle_path(char *s, const char *p, const char *esc);
|