| 36 | #include "vmfs.h" |
| 37 | |
| 38 | static void set_VMFS_info(const struct vmfs_volume *sb, partition_t *partition) |
| 39 | { |
| 40 | partition->upart_type=UP_VMFS; |
| 41 | sprintf(partition->info,"VMFS %lu", (long unsigned)le32(sb->version)); |
| 42 | } |
| 43 | |
| 44 | static int test_VMFS(const disk_t *disk, const struct vmfs_volume *sb, const partition_t *partition, const int dump_ind) |
| 45 | { |
no outgoing calls
no test coverage detected