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

/linux-4.1.27/fs/btrfs/
H A Dsysfs.c665 static struct dentry *btrfs_debugfs_root_dentry; variable in typeref:struct:dentry
716 btrfs_debugfs_root_dentry = debugfs_create_dir("btrfs", NULL); btrfs_init_debugfs()
717 if (!btrfs_debugfs_root_dentry) btrfs_init_debugfs()
720 debugfs_create_u64("test", S_IRUGO | S_IWUGO, btrfs_debugfs_root_dentry, btrfs_init_debugfs()
745 debugfs_remove_recursive(btrfs_debugfs_root_dentry); btrfs_init_sysfs()
756 debugfs_remove_recursive(btrfs_debugfs_root_dentry); btrfs_exit_sysfs()

Completed in 34 milliseconds