Searched refs:mangle_path (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/fs/ |
D | seq_file.c | 440 char *mangle_path(char *s, const char *p, const char *esc) in mangle_path() function 459 EXPORT_SYMBOL(mangle_path); 479 char *end = mangle_path(buf, p, esc); in seq_path() 522 char *end = mangle_path(buf, p, esc); in seq_path_root() 546 char *end = mangle_path(buf, p, esc); in seq_dentry()
|
/linux-6.6.21/lib/ |
D | seq_buf.c | 313 char *end = mangle_path(buf, p, esc);
|
/linux-6.6.21/include/linux/ |
D | seq_file.h | 108 char *mangle_path(char *s, const char *p, const char *esc);
|