Lines Matching defs:cluster
70 /* File size should be zero if there is no cluster allocated */
102 * Output: errcode, cluster number
103 * *clu = (~0), if it's unable to allocate a new cluster
174 /* allocate a cluster */
188 "bogus cluster new allocated (last_clu : %u, new_clu : %u)",
249 * caller of this function expect *clu to be the last cluster.
251 * *clu = (the first cluster of the allocated chain) =>
252 * (the last cluster of ...)
297 unsigned int cluster, sec_offset;
309 &cluster, create);
318 if (cluster == EXFAT_EOF_CLUSTER)
321 /* sector offset in cluster */
324 phys = exfat_cluster_to_sector(sbi, cluster) + sec_offset;
328 /* Treat newly added block / cluster */