Home
last modified time | relevance | path

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

/freebsd/usr.sbin/fstyp/
H A Dexfat.c48 struct exfat_vbr { struct
49 char ev_jmp[3];
50 char ev_fsname[8];
51 char ev_zeros[53];
52 uint64_t ev_part_offset;
53 uint64_t ev_vol_length;
54 uint32_t ev_fat_offset;
55 uint32_t ev_fat_length;
56 uint32_t ev_cluster_offset;
57 uint32_t ev_cluster_count;
[all …]