Home
last modified time | relevance | path

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

/external/mtools/
Dvfat.h45 struct vfat_subentry { struct
46 unsigned char id; /* 0x40 = last; & 0x1f = VSE ID */
47 struct unicode_char text1[VSE1SIZE];
48 unsigned char attribute; /* 0x0f for VFAT */
49 unsigned char hash1; /* Always 0? */
50 unsigned char sum; /* Checksum of short name */
51 struct unicode_char text2[VSE2SIZE];
52 unsigned char sector_l; /* 0 for VFAT */
53 unsigned char sector_u; /* 0 for VFAT */
54 struct unicode_char text3[VSE3SIZE];