Home
last modified time | relevance | path

Searched refs:debugfs_mount (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/fs/debugfs/
Dinode.c33 static struct vfsmount *debugfs_mount; variable
260 error = simple_pin_fs(&debug_fs_type, &debugfs_mount, in start_creating()
271 parent = debugfs_mount->mnt_root; in start_creating()
282 simple_release_fs(&debugfs_mount, &debugfs_mount_count); in start_creating()
292 simple_release_fs(&debugfs_mount, &debugfs_mount_count); in failed_creating()
571 simple_release_fs(&debugfs_mount, &debugfs_mount_count); in debugfs_remove()
623 simple_release_fs(&debugfs_mount, &debugfs_mount_count); in debugfs_remove_recursive()
646 simple_release_fs(&debugfs_mount, &debugfs_mount_count); in debugfs_remove_recursive()
/linux-4.1.27/tools/lib/api/fs/
Ddebugfs.h16 char *debugfs_mount(const char *mountpoint);
Ddebugfs.c53 char *debugfs_mount(const char *mountpoint) in debugfs_mount() function
/linux-4.1.27/tools/perf/util/
Dutil.c336 mnt = debugfs_mount(mountpoint); in __perf_debugfs_mount()
/linux-4.1.27/tools/vm/
Dpage-types.c489 hwpoison_debug_fs = debugfs_mount(NULL); in prepare_hwpoison_fd()