Searched refs:mshv_debugfs (Results 1 – 2 of 2) sorted by relevance
32 static struct dentry *mshv_debugfs; variable503 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()[all …]
18 mshv_root-$(CONFIG_DEBUG_FS) += mshv_debugfs.o