Home
last modified time | relevance | path

Searched refs:seq_buf_path (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/linux/
Dseq_buf.h127 extern int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc);
/Linux-v5.10/kernel/trace/
Dtrace_seq.c338 seq_buf_path(&s->seq, path, "\n"); in trace_seq_path()
/Linux-v5.10/lib/
Dseq_buf.c266 int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc) function