Lines Matching defs:cluster
69 /* File size should be zero if there is no cluster allocated */
108 * Output: errcode, cluster number
109 * *clu = (~0), if it's unable to allocate a new cluster
180 /* allocate a cluster */
195 "bogus cluster new allocated (last_clu : %u, new_clu : %u)",
227 * caller of this function expect *clu to be the last cluster.
229 * *clu = (the first cluster of the allocated chain) =>
230 * (the last cluster of ...)
275 unsigned int cluster, sec_offset;
287 &cluster, create);
296 if (cluster == EXFAT_EOF_CLUSTER)
299 /* sector offset in cluster */
302 phys = exfat_cluster_to_sector(sbi, cluster) + sec_offset;
306 /* Treat newly added block / cluster */