Searched refs:seq_path (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/ |
D | seq_file.c | 452 int seq_path(struct seq_file *m, const struct path *path, const char *esc) in seq_path() function 470 EXPORT_SYMBOL(seq_path); 482 return seq_path(m, &file->f_path, esc); in seq_file_path()
|
/Linux-v4.19/include/linux/ |
D | seq_file.h | 135 int seq_path(struct seq_file *, const struct path *, const char *);
|
/Linux-v4.19/Documentation/filesystems/ |
D | seq_file.txt | 218 int seq_path(struct seq_file *m, const struct path *path, 224 which should be escaped in the output. A call to seq_path() will output
|
/Linux-v4.19/fs/nfsd/ |
D | export.c | 185 seq_path(m, &ek->ek_path, "\\ \t\n"); in expkey_show() 669 seq_path(m, &exp->ex_path, " \t\n\\"); in svc_export_show()
|