Searched refs:mshv_debugfs (Results 1 – 2 of 2) sorted by relevance
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() 677 err = PTR_ERR(mshv_debugfs); in mshv_debugfs_init() 678 mshv_debugfs in mshv_debugfs_init() [all...]
18 mshv_root-$(CONFIG_DEBUG_FS) += mshv_debugfs.o