Lines Matching defs:exfat_vbr
50 struct exfat_vbr { struct
51 char ev_jmp[3];
52 char ev_fsname[8];
53 char ev_zeros[53];
54 uint64_t ev_part_offset;
55 uint64_t ev_vol_length;
56 uint32_t ev_fat_offset;
57 uint32_t ev_fat_length;
58 uint32_t ev_cluster_offset;
59 uint32_t ev_cluster_count;
60 uint32_t ev_rootdir_cluster;
61 uint32_t ev_vol_serial;
62 uint16_t ev_fs_revision;
63 uint16_t ev_vol_flags;
64 uint8_t ev_log_bytes_per_sect;
65 uint8_t ev_log_sect_per_clust;
66 uint8_t ev_num_fats;
67 uint8_t ev_drive_sel;
68 uint8_t ev_percent_used;