Lines Matching defs:ntfs_boot_sector
273 struct ntfs_boot_sector { struct
274 uint8_t bsJump[3];
275 char bsOemName[8];
276 uint16_t bsBytesPerSec;
277 uint8_t bsSecPerClust;
278 uint16_t bsResSectors;
279 uint8_t bsZeroed_0[3];
280 uint16_t bsZeroed_1;
281 uint8_t bsMedia;
282 uint16_t bsZeroed_2;
283 uint16_t bsUnused_0;
284 uint16_t bsUnused_1;
285 uint32_t bsUnused_2;
286 uint32_t bsZeroed_3;
287 uint32_t bsUnused_3;
288 uint64_t bsTotalSectors;
312 #define NTFS_bsHeadLen offsetof(struct ntfs_boot_sector, bsOemName) argument