| 70 | static void ntfs_get_volume_name(disk_t *disk_car, partition_t *partition, const struct ntfs_boot_sector*ntfs_header); |
| 71 | |
| 72 | unsigned int ntfs_sector_size(const struct ntfs_boot_sector *ntfs_header) |
| 73 | { return (ntfs_header->sector_size[1]<<8)+ntfs_header->sector_size[0]; } |
| 74 | |
| 75 | int check_NTFS(disk_t *disk_car, partition_t *partition, const int verbose, const int dump_ind) |
| 76 | { |
no outgoing calls