Home
last modified time | relevance | path

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

/linux-4.4.14/fs/hpfs/
Dhpfs.h110 struct hpfs_spare_block struct
112 __le32 magic; /* f991 1849 */
113 __le32 magic1; /* fa52 29c5, more magic? */
116 u8 dirty: 1; /* 0 clean, 1 "improperly stopped" */
117 u8 sparedir_used: 1; /* spare dirblks used */
118 u8 hotfixes_used: 1; /* hotfixes used */
119 u8 bad_sector: 1; /* bad sector, corrupted disk (???) */
120 u8 bad_bitmap: 1; /* bad bitmap */
121 u8 fast: 1; /* partition was fast formatted */
122 u8 old_wrote: 1; /* old version wrote to partion */
[all …]