Lines Matching defs:hpfs_spare_block

111 struct hpfs_spare_block  struct
113 __le32 magic; /* f991 1849 */
114 __le32 magic1; /* fa52 29c5, more magic? */
117 u8 dirty: 1; /* 0 clean, 1 "improperly stopped" */
118 u8 sparedir_used: 1; /* spare dirblks used */
119 u8 hotfixes_used: 1; /* hotfixes used */
120 u8 bad_sector: 1; /* bad sector, corrupted disk (???) */
121 u8 bad_bitmap: 1; /* bad bitmap */
122 u8 fast: 1; /* partition was fast formatted */
123 u8 old_wrote: 1; /* old version wrote to partition */
124 u8 old_wrote_1: 1; /* old version wrote to partition (?) */
126 u8 old_wrote_1: 1; /* old version wrote to partition (?) */
127 u8 old_wrote: 1; /* old version wrote to partition */
128 u8 fast: 1; /* partition was fast formatted */
129 u8 bad_bitmap: 1; /* bad bitmap */
130 u8 bad_sector: 1; /* bad sector, corrupted disk (???) */
131 u8 hotfixes_used: 1; /* hotfixes used */
132 u8 sparedir_used: 1; /* spare dirblks used */
133 u8 dirty: 1; /* 0 clean, 1 "improperly stopped" */
137 u8 install_dasd_limits: 1; /* HPFS386 flags */
138 u8 resynch_dasd_limits: 1;
139 u8 dasd_limits_operational: 1;
140 u8 multimedia_active: 1;
141 u8 dce_acls_active: 1;
142 u8 dasd_limits_dirty: 1;
143 u8 flag67: 2;
145 u8 flag67: 2;
146 u8 dasd_limits_dirty: 1;
147 u8 dce_acls_active: 1;
148 u8 multimedia_active: 1;
149 u8 dasd_limits_operational: 1;
150 u8 resynch_dasd_limits: 1;
151 u8 install_dasd_limits: 1; /* HPFS386 flags */
154 u8 mm_contlgulty;
155 u8 unused;
157 __le32 hotfix_map; /* info about remapped bad sectors */
158 __le32 n_spares_used; /* number of hotfixes */
159 __le32 n_spares; /* number of spares in hotfix map */
160 __le32 n_dnode_spares_free; /* spare dnodes unused */
161 __le32 n_dnode_spares; /* length of spare_dnodes[] list,
163 __le32 code_page_dir; /* code page directory block */
164 __le32 n_code_pages; /* number of code pages */
165 __le32 super_crc; /* on HPFS386 and LAN Server this is
168 __le32 spare_crc; /* on HPFS386 checksum of spareblock */
169 __le32 zero1[15]; /* unused */
170 __le32 spare_dnodes[100]; /* emergency free dnode list */
171 __le32 zero2[1]; /* room for more? */