Searched refs:esc (Results 1 – 2 of 2) sorted by relevance
/fs/ |
D | seq_file.c | 378 int seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape() argument 385 if (!strchr(esc, c)) { in seq_escape() 444 char *mangle_path(char *s, const char *p, const char *esc) in mangle_path() argument 450 } else if (!strchr(esc, c)) { in mangle_path() 474 int seq_path(struct seq_file *m, const struct path *path, const char *esc) in seq_path() argument 483 char *end = mangle_path(buf, p, esc); in seq_path() 498 const struct path *root, const char *esc) in seq_path_root() argument 512 char *end = mangle_path(buf, p, esc); in seq_path_root() 527 int seq_dentry(struct seq_file *m, struct dentry *dentry, const char *esc) in seq_dentry() argument 536 char *end = mangle_path(buf, p, esc); in seq_dentry()
|
/fs/gfs2/ |
D | lops.c | 741 u64 esc; in databuf_lo_scan_elements() local 750 esc = be64_to_cpu(*ptr++); in databuf_lo_scan_elements() 765 if (esc) { in databuf_lo_scan_elements()
|