Home
last modified time | relevance | path

Searched defs:mdb_record (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/pdisk/dist/
H A Dhfs_misc.c65 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
[all …]