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

/linux-master/fs/
H A Dseq_file.c430 * mangle_path - mangle and copy path to buffer beginning
440 char *mangle_path(char *s, const char *p, const char *esc) function
459 EXPORT_SYMBOL(mangle_path); variable
479 char *end = mangle_path(buf, p, esc);
522 char *end = mangle_path(buf, p, esc);
546 char *end = mangle_path(buf, p, esc);
/linux-master/lib/
H A Dseq_buf.c323 char *end = mangle_path(buf, p, esc);
/linux-master/include/linux/
H A Dseq_file.h108 char *mangle_path(char *s, const char *p, const char *esc);

Completed in 143 milliseconds