Lines Matching defs:fcluster
25 unsigned int fcluster; /* cluster number in the file. */
32 unsigned int fcluster;
88 static struct exfat_cache nohit = { .fcluster = 0, };
95 if (p->fcluster <= fclus && hit->fcluster < p->fcluster) {
97 if (hit->fcluster + hit->nr_contig < fclus) {
100 offset = fclus - hit->fcluster;
110 cid->fcluster = hit->fcluster;
112 *cached_fclus = cid->fcluster + offset;
128 if (p->fcluster == new->fcluster) {
143 if (new->fcluster == EXFAT_EOF_CLUSTER) /* dummy cache */
179 cache->fcluster = new->fcluster;
231 cid->fcluster = fclus;
273 cid.fcluster != EXFAT_EOF_CLUSTER ||