Lines Matching defs:fcluster
21 int fcluster; /* cluster number in the file. */
28 int fcluster;
84 static struct fat_cache nohit = { .fcluster = 0, };
92 if (p->fcluster <= fclus && hit->fcluster < p->fcluster) {
94 if ((hit->fcluster + hit->nr_contig) < fclus) {
97 offset = fclus - hit->fcluster;
107 cid->fcluster = hit->fcluster;
109 *cached_fclus = cid->fcluster + offset;
124 if (p->fcluster == new->fcluster) {
138 if (new->fcluster == -1) /* dummy cache */
172 cache->fcluster = new->fcluster;
220 cid->fcluster = fclus;