Home
last modified time | relevance | path

Searched refs:bytes_per_sect (Results 1 – 2 of 2) sorted by relevance

/xen/tools/libfsimage/fat/
A Dfsys_fat.c71 FAT_SUPER->sectsize_bits = log2 (FAT_CVT_U16 (bpb.bytes_per_sect)); in fat_mount()
139 if (FAT_CVT_U16(bpb.bytes_per_sect) != (1 << FAT_SUPER->sectsize_bits) in fat_mount()
140 || FAT_CVT_U16(bpb.bytes_per_sect) != SECTOR_SIZE in fat_mount()
A Dfat.h39 __u8 bytes_per_sect[2]; /* bytes per logical sector */ member

Completed in 3 milliseconds