Lines Matching refs:mshv_debugfs
32 static struct dentry *mshv_debugfs; variable
503 mshv_debugfs); in mshv_debugfs_parent_partition_create()
628 if (!mshv_debugfs) in mshv_debugfs_vp_create()
639 if (!mshv_debugfs) in mshv_debugfs_vp_remove()
649 if (!mshv_debugfs) in mshv_debugfs_partition_create()
664 if (!mshv_debugfs) in mshv_debugfs_partition_remove()
675 mshv_debugfs = debugfs_create_dir("mshv", NULL); in mshv_debugfs_init()
676 if (IS_ERR(mshv_debugfs)) { in mshv_debugfs_init()
678 return PTR_ERR(mshv_debugfs); in mshv_debugfs_init()
682 err = mshv_debugfs_hv_stats_create(mshv_debugfs); in mshv_debugfs_init()
686 err = mshv_debugfs_lp_create(mshv_debugfs); in mshv_debugfs_init()
706 debugfs_remove_recursive(mshv_debugfs); in mshv_debugfs_init()
707 mshv_debugfs = NULL; in mshv_debugfs_init()
721 debugfs_remove_recursive(mshv_debugfs); in mshv_debugfs_exit()
722 mshv_debugfs = NULL; in mshv_debugfs_exit()