Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dmshv_root.h342 void mshv_debugfs_partition_remove(struct mshv_partition *partition);
356 static inline void mshv_debugfs_partition_remove(struct mshv_partition *partition) { } in mshv_debugfs_partition_remove() function
H A Dmshv_debugfs.c662 void mshv_debugfs_partition_remove(struct mshv_partition *partition) in mshv_debugfs_partition_remove() function
H A Dmshv_root_main.c1785 mshv_debugfs_partition_remove(partition); in destroy_partition()