Searched defs:mdb_record (Results 1 – 1 of 1) sorted by relevance
65 struct mdb_record { // master directory block struct66 uint16_t drSigWord; // volume signature67 uint16_t drCrDate[2]; // date and time of volume creation68 uint16_t drLsMod[2]; // date and time of last modification69 uint16_t drAtrb; // volume attributes70 uint16_t drNmFls; // number of files in root directory71 uint16_t drVBMSt; // first block of volume bitmap72 uint16_t drAllocPtr; // start of next allocation search73 uint16_t drNmAlBlks; // number of allocation blocks in volume74 uint32_t drAlBlkSiz; // size (in bytes) of allocation blocks[all …]