Home
last modified time | relevance | path

Searched refs:seq_path (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/fs/
Dseq_file.c452 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/
Dseq_file.h135 int seq_path(struct seq_file *, const struct path *, const char *);
/Linux-v4.19/Documentation/filesystems/
Dseq_file.txt218 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/
Dexport.c185 seq_path(m, &ek->ek_path, "\\ \t\n"); in expkey_show()
669 seq_path(m, &exp->ex_path, " \t\n\\"); in svc_export_show()