Lines Matching refs:mnt
31 const char *mnt; in tracing_path_tracefs_mount() local
33 mnt = tracefs__mount(); in tracing_path_tracefs_mount()
34 if (!mnt) in tracing_path_tracefs_mount()
37 __tracing_path_set("", mnt); in tracing_path_tracefs_mount()
39 return mnt; in tracing_path_tracefs_mount()
44 const char *mnt; in tracing_path_debugfs_mount() local
46 mnt = debugfs__mount(); in tracing_path_debugfs_mount()
47 if (!mnt) in tracing_path_debugfs_mount()
50 __tracing_path_set("tracing/", mnt); in tracing_path_debugfs_mount()
52 return mnt; in tracing_path_debugfs_mount()
57 const char *mnt; in tracing_path_mount() local
59 mnt = tracing_path_tracefs_mount(); in tracing_path_mount()
60 if (mnt) in tracing_path_mount()
61 return mnt; in tracing_path_mount()
63 mnt = tracing_path_debugfs_mount(); in tracing_path_mount()
65 return mnt; in tracing_path_mount()