Lines Matching defs:hfsp_vol_hdr
60 struct hfsp_vol_hdr { struct
61 char hp_signature[2];
62 uint16_t hp_version;
63 uint32_t hp_attributes;
64 uint32_t hp_lastMounted;
65 uint32_t hp_journalInfoBlock;
68 uint32_t hp_create;
69 uint32_t hp_modify;
70 uint32_t hp_backup;
71 uint32_t hp_checked;
74 uint32_t hp_files;
75 uint32_t hp_folders;
99 _Static_assert(sizeof(struct hfsp_vol_hdr) == 512, ""); argument