Lines Matching defs:mdb_record
65 struct mdb_record { // master directory block struct
66 uint16_t drSigWord; // volume signature
67 uint16_t drCrDate[2]; // date and time of volume creation
68 uint16_t drLsMod[2]; // date and time of last modification
69 uint16_t drAtrb; // volume attributes
70 uint16_t drNmFls; // number of files in root directory
71 uint16_t drVBMSt; // first block of volume bitmap
72 uint16_t drAllocPtr; // start of next allocation search
73 uint16_t drNmAlBlks; // number of allocation blocks in volume
74 uint32_t drAlBlkSiz; // size (in bytes) of allocation blocks
75 uint32_t drClpSiz; // default clump size
76 uint16_t drAlBlSt; // first allocation block in volume
77 uint16_t drNxtCNID[2]; // next unused catalog node ID
78 uint16_t drFreeBks; // number of unused allocation blocks
79 char drVN[28]; // volume name
80 uint16_t drVolBkUp[2]; // date and time of last backup
81 uint16_t drVSeqNum; // volume backup sequence number
82 uint16_t drWrCnt[2]; // volume write count
83 uint16_t drXTClpSiz[2]; // clump size for extents overflow file
84 uint16_t drCTClpSiz[2]; // clump size for catalog file
85 uint16_t drNmRtDirs; // number of directories in root directory
86 uint32_t drFilCnt; // number of files in volume
87 uint32_t drDirCnt; // number of directories in volume
88 uint32_t drFndrInfo[8]; // information used by the Finder
90 uint16_t drVCSize; // size (in blocks) of volume cache
91 uint16_t drVBMCSize; // size (in blocks) of volume bitmap cache
92 uint16_t drCtlCSize; // size (in blocks) of common volume cache
94 uint16_t drEmbedSigWord; // type of embedded volume
95 ext_descriptor drEmbedExtent; // embedded volume extent
97 uint16_t drXTFlSize[2]; // size of extents overflow file
98 ext_data_rec drXTExtRec; // extent record for extents overflow file
99 uint16_t drCTFlSize[2]; // size of catalog file
100 ext_data_rec drCTExtRec; // extent record for catalog file