Home
last modified time | relevance | path

Searched refs:seq_path (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dseq_file.c451 * seq_path - seq_file interface to print a pathname
459 int seq_path(struct seq_file *m, const struct path *path, const char *esc) in seq_path() function
477 EXPORT_SYMBOL(seq_path); variable
489 return seq_path(m, &file->f_path, esc); in seq_file_path()
494 * Same as seq_path, but relative to supplied root.
/kernel/linux/linux-6.6/fs/
H A Dseq_file.c462 * seq_path - seq_file interface to print a pathname
470 int seq_path(struct seq_file *m, const struct path *path, const char *esc) in seq_path() function
488 EXPORT_SYMBOL(seq_path); variable
500 return seq_path(m, &file->f_path, esc); in seq_file_path()
505 * Same as seq_path, but relative to supplied root.
/kernel/linux/linux-5.10/include/linux/
H A Dseq_file.h136 int seq_path(struct seq_file *, const struct path *, const char *);
/kernel/linux/linux-6.6/include/linux/
H A Dseq_file.h159 int seq_path(struct seq_file *, const struct path *, const char *);
/kernel/linux/linux-5.10/fs/nfsd/
H A Dexport.c196 seq_path(m, &ek->ek_path, "\\ \t\n"); in expkey_show()
700 seq_path(m, &exp->ex_path, " \t\n\\"); in svc_export_show()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dexport.c196 seq_path(m, &ek->ek_path, "\\ \t\n"); in expkey_show()
766 seq_path(m, &exp->ex_path, " \t\n\\"); in svc_export_show()

Completed in 12 milliseconds