Searched refs:clustsize_bits (Results 1 – 1 of 1) sorted by relevance
37 int clustsize_bits; member72 FAT_SUPER->clustsize_bits in fat_mount()141 || bpb.sects_per_clust != (1 << (FAT_SUPER->clustsize_bits in fat_mount()201 logical_clust = filepos >> FAT_SUPER->clustsize_bits; in fat_read()202 offset = (filepos & ((1 << FAT_SUPER->clustsize_bits) - 1)); in fat_read()253 ((FAT_SUPER->current_cluster - 2) << (FAT_SUPER->clustsize_bits in fat_read()255 size = (1 << FAT_SUPER->clustsize_bits) - offset; in fat_read()
Completed in 3 milliseconds