Home
last modified time | relevance | path

Searched refs:tracefs_mount (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/fs/tracefs/
Dinode.c30 static struct vfsmount *tracefs_mount; variable
324 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()
/linux-4.1.27/tools/lib/api/fs/
Dtracefs.h17 char *tracefs_mount(const char *mountpoint);
Dtracefs.c55 char *tracefs_mount(const char *mountpoint) in tracefs_mount() function
/linux-4.1.27/tools/perf/util/
Dutil.c323 mnt = tracefs_mount(mountpoint); in __perf_tracefs_mount()