Searched refs:tracefs_mount (Results 1 – 4 of 4) sorted by relevance
30 static struct vfsmount *tracefs_mount; variable324 error = simple_pin_fs(&trace_fs_type, &tracefs_mount, in start_creating()335 parent = tracefs_mount->mnt_root; in start_creating()352 simple_release_fs(&tracefs_mount, &tracefs_mount_count); in failed_creating()552 simple_release_fs(&tracefs_mount, &tracefs_mount_count); in tracefs_remove()599 simple_release_fs(&tracefs_mount, &tracefs_mount_count); in tracefs_remove_recursive()622 simple_release_fs(&tracefs_mount, &tracefs_mount_count); in tracefs_remove_recursive()
17 char *tracefs_mount(const char *mountpoint);
55 char *tracefs_mount(const char *mountpoint) in tracefs_mount() function
323 mnt = tracefs_mount(mountpoint); in __perf_tracefs_mount()