Home
last modified time | relevance | path

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

/linux-5.19.10/fs/hpfs/
Dhpfs.h111 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 */
[all …]