Searched refs:mangle_path (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/ |
D | seq_file.c | 431 char *mangle_path(char *s, const char *p, const char *esc) in mangle_path() function 450 EXPORT_SYMBOL(mangle_path); 470 char *end = mangle_path(buf, p, esc); in seq_path() 513 char *end = mangle_path(buf, p, esc); in seq_path_root() 537 char *end = mangle_path(buf, p, esc); in seq_dentry()
|
/linux-4.4.14/lib/ |
D | seq_buf.c | 271 char *end = mangle_path(buf, p, esc);
|
/linux-4.4.14/include/linux/ |
D | seq_file.h | 112 char *mangle_path(char *s, const char *p, const char *esc);
|