Lines Matching refs:mnt
26 const char *mnt; in tracing_path_tracefs_mount() local
28 mnt = tracefs__mount(); in tracing_path_tracefs_mount()
29 if (!mnt) in tracing_path_tracefs_mount()
32 __tracing_path_set("", mnt); in tracing_path_tracefs_mount()
39 const char *mnt; in tracing_path_debugfs_mount() local
41 mnt = debugfs__mount(); in tracing_path_debugfs_mount()
42 if (!mnt) in tracing_path_debugfs_mount()
45 __tracing_path_set("tracing/", mnt); in tracing_path_debugfs_mount()
52 const char *mnt; in tracing_path_mount() local
54 mnt = tracing_path_tracefs_mount(); in tracing_path_mount()
55 if (mnt) in tracing_path_mount()
56 return mnt; in tracing_path_mount()
58 mnt = tracing_path_debugfs_mount(); in tracing_path_mount()
60 return mnt; in tracing_path_mount()