Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dmshv_debugfs.c33 static struct dentry *mshv_debugfs_partition; variable
502 mshv_debugfs_partition = debugfs_create_dir("partition", in mshv_debugfs_parent_partition_create()
504 if (IS_ERR(mshv_debugfs_partition)) in mshv_debugfs_parent_partition_create()
505 return PTR_ERR(mshv_debugfs_partition); in mshv_debugfs_parent_partition_create()
510 mshv_debugfs_partition); in mshv_debugfs_parent_partition_create()
544 debugfs_remove_recursive(mshv_debugfs_partition); in mshv_debugfs_parent_partition_create()
545 mshv_debugfs_partition = NULL; in mshv_debugfs_parent_partition_create()
655 mshv_debugfs_partition); in mshv_debugfs_partition_create()
723 mshv_debugfs_partition = NULL; in mshv_debugfs_exit()