Searched refs:trace_seq_path (Results 1 – 3 of 3) sorted by relevance
101 extern int trace_seq_path(struct trace_seq *s, const struct path *path);150 static inline int trace_seq_path(struct trace_seq *s, const struct path *path) in trace_seq_path() function
322 int trace_seq_path(struct trace_seq *s, const struct path *path) in trace_seq_path() function346 EXPORT_SYMBOL_GPL(trace_seq_path);
411 ret = trace_seq_path(s, file_user_path(file)); in seq_print_user_ip()