Searched defs:dd_hdr (Results 1 – 1 of 1) sorted by relevance
142 struct dd_hdr { struct146 u32 hdr_ver; /* Version of the dd_hdr (major,minor) */ argument147 u32 max_bat_size; /* Maximum number of entries in the BAT */148 u32 block_size; /* Block size in bytes. Must be power of 2. */149 u32 checksum; /* Header checksum. 1's comp of all fields. */150 vhd_uuid_t prt_uuid; /* ID of the parent disk. */151 u32 prt_ts; /* Modification time of the parent disk */152 u32 res1; /* Reserved. */153 char prt_name[512]; /* Parent unicode name. */154 struct prt_loc loc[8]; /* Parent locator entries. */[all …]
Completed in 3 milliseconds