Searched refs:mangle_path (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ |
| H A D | seq_file.c | 441 char *mangle_path(char *s, const char *p, const char *esc) in mangle_path() function 460 EXPORT_SYMBOL(mangle_path); 480 char *end = mangle_path(buf, p, esc); in seq_path() 523 char *end = mangle_path(buf, p, esc); in seq_path_root() 547 char *end = mangle_path(buf, p, esc); in seq_dentry()
|
| /linux/lib/ |
| H A D | seq_buf.c | 323 char *end = mangle_path(buf, p, esc);
|
| /linux/include/linux/ |
| H A D | seq_file.h | 107 char *mangle_path(char *s, const char *p, const char *esc);
|