Lines Matching defs:hfsp_vol_hdr
58 struct hfsp_vol_hdr { struct
59 char hp_signature[2];
60 uint16_t hp_version;
61 uint32_t hp_attributes;
62 uint32_t hp_lastMounted;
63 uint32_t hp_journalInfoBlock;
66 uint32_t hp_create;
67 uint32_t hp_modify;
68 uint32_t hp_backup;
69 uint32_t hp_checked;
72 uint32_t hp_files;
73 uint32_t hp_folders;
97 _Static_assert(sizeof(struct hfsp_vol_hdr) == 512, ""); argument