Home
last modified time | relevance | path

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

/xen/tools/libfsimage/fat/
A Dfsys_fat.c35 int sects_per_clust; member
68 if (bpb.sects_per_clust == 0) in fat_mount()
73 = FAT_SUPER->sectsize_bits + log2 (bpb.sects_per_clust); in fat_mount()
95 / bpb.sects_per_clust); in fat_mount()
96 FAT_SUPER->sects_per_clust = bpb.sects_per_clust; in fat_mount()
141 || bpb.sects_per_clust != (1 << (FAT_SUPER->clustsize_bits in fat_mount()
A Dfat.h40 __u8 sects_per_clust;/* sectors/cluster */ member

Completed in 3 milliseconds