Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/volume_id/
Dexfat.c37 struct exfat_super_block { struct
38 /* 0x00 */ uint8_t boot_jump[3];
39 /* 0x03 */ uint8_t fs_name[8];
40 /* 0x0B */ uint8_t must_be_zero[53];
41 /* 0x40 */ uint64_t partition_offset;
42 /* 0x48 */ uint64_t volume_length;
43 /* 0x50 */ uint32_t fat_offset; // Sector address of 1st FAT
44 /* 0x54 */ uint32_t fat_size; // In sectors
45 /* 0x58 */ uint32_t cluster_heap_offset; // Sector address of Data Region
46 /* 0x5C */ uint32_t cluster_count;
[all …]