Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
Dntfsck.c197 NTFS_BOOT_SECTOR *ntfs_boot = (NTFS_BOOT_SECTOR *)&buf; in verify_boot_sector() local
212 if (ntfs_boot->oem_id != magicNTFS) { in verify_boot_sector()
215 bytes_per_sector = le16_to_cpu(ntfs_boot->bpb.bytes_per_sector); in verify_boot_sector()
223 sectors_per_cluster = ntfs_boot->bpb.sectors_per_cluster; in verify_boot_sector()