Searched refs:esc (Results 1 – 2 of 2) sorted by relevance
/fs/ |
D | seq_file.c | 376 void seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape() argument 382 ret = string_escape_str(s, buf, size, ESCAPE_OCTAL, esc); in seq_escape() 434 char *mangle_path(char *s, const char *p, const char *esc) in mangle_path() argument 440 } else if (!strchr(esc, c)) { in mangle_path() 464 int seq_path(struct seq_file *m, const struct path *path, const char *esc) in seq_path() argument 473 char *end = mangle_path(buf, p, esc); in seq_path() 492 int seq_file_path(struct seq_file *m, struct file *file, const char *esc) in seq_file_path() argument 494 return seq_path(m, &file->f_path, esc); in seq_file_path() 502 const struct path *root, const char *esc) in seq_path_root() argument 516 char *end = mangle_path(buf, p, esc); in seq_path_root() [all …]
|
/fs/gfs2/ |
D | lops.c | 991 u64 esc; in databuf_lo_scan_elements() local 1000 esc = be64_to_cpu(*ptr++); in databuf_lo_scan_elements() 1015 if (esc) { in databuf_lo_scan_elements()
|