Searched refs:clustshift (Results 1 - 3 of 3) sorted by relevance

/external/syslinux/libfat/
H A Dlibfatint.h43 int clustshift; member in struct:libfat_filesystem
H A Dfatchain.c37 return fs->data + ((libfat_sector_t) (cluster - 2) << fs->clustshift);
69 cluster = 2 + (rs >> fs->clustshift);
H A Dopen.c56 fs->clustshift = i;
80 nclusters = (fs->end - fs->data) >> fs->clustshift;

Completed in 163 milliseconds