Searched refs:trace_seq_path (Results 1 – 3 of 3) sorted by relevance
114 extern int trace_seq_path(struct trace_seq *s, const struct path *path);173 static inline int trace_seq_path(struct trace_seq *s, const struct path *path) in trace_seq_path() function
349 int trace_seq_path(struct trace_seq *s, const struct path *path) in trace_seq_path() function373 EXPORT_SYMBOL_GPL(trace_seq_path);
440 ret = trace_seq_path(s, file_user_path(file)); in seq_print_user_ip()