|
@@ -123,6 +123,7 @@ __printf(2, 3) int seq_printf(struct seq_file *, const char *, ...);
|
|
|
__printf(2, 0) int seq_vprintf(struct seq_file *, const char *, va_list args);
|
|
|
|
|
|
int seq_path(struct seq_file *, const struct path *, const char *);
|
|
|
+int seq_file_path(struct seq_file *, struct file *, const char *);
|
|
|
int seq_dentry(struct seq_file *, struct dentry *, const char *);
|
|
|
int seq_path_root(struct seq_file *m, const struct path *path,
|
|
|
const struct path *root, const char *esc);
|