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

/linux-4.1.27/tools/lib/api/fs/
H A Dtracefs.h17 char *tracefs_mount(const char *mountpoint);
H A Dtracefs.c55 char *tracefs_mount(const char *mountpoint) tracefs_mount() function
/linux-4.1.27/fs/tracefs/
H A Dinode.c30 static struct vfsmount *tracefs_mount; variable in typeref:struct:vfsmount
324 error = simple_pin_fs(&trace_fs_type, &tracefs_mount, start_creating()
335 parent = tracefs_mount->mnt_root; start_creating()
352 simple_release_fs(&tracefs_mount, &tracefs_mount_count); failed_creating()
552 simple_release_fs(&tracefs_mount, &tracefs_mount_count); tracefs_remove()
599 simple_release_fs(&tracefs_mount, &tracefs_mount_count); tracefs_remove_recursive()
622 simple_release_fs(&tracefs_mount, &tracefs_mount_count); tracefs_remove_recursive()
/linux-4.1.27/tools/perf/util/
H A Dutil.c323 mnt = tracefs_mount(mountpoint); __perf_tracefs_mount()

Completed in 114 milliseconds