Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dsysfs.c800 static struct dentry *btrfs_debugfs_root_dentry; variable
906 btrfs_debugfs_root_dentry = debugfs_create_dir("btrfs", NULL); in btrfs_init_debugfs()
907 if (!btrfs_debugfs_root_dentry) in btrfs_init_debugfs()
917 debugfs_create_u64("test", S_IRUGO | S_IWUSR, btrfs_debugfs_root_dentry, in btrfs_init_debugfs()
951 debugfs_remove_recursive(btrfs_debugfs_root_dentry); in btrfs_init_sysfs()
964 debugfs_remove_recursive(btrfs_debugfs_root_dentry); in btrfs_exit_sysfs()