Lines Matching refs:clu
149 unsigned int clu;
169 clu = p_chain->dir;
173 exfat_clear_bitmap(inode, clu);
174 clu++;
180 exfat_clear_bitmap(inode, clu);
182 if (exfat_get_next_cluster(sb, &clu))
186 } while (clu != EXFAT_EOF_CLUSTER);
197 unsigned int clu, next;
208 clu = next;
209 if (exfat_ent_get(sb, clu, &next))
220 *ret_clu = clu;
224 int exfat_zeroed_cluster(struct inode *dir, unsigned int clu)
233 blknr = exfat_cluster_to_sector(sbi, clu);
391 unsigned int clu;
404 clu = p_chain->dir;
408 if (exfat_ent_get(sb, clu, &clu))
410 if (clu == EXFAT_EOF_CLUSTER)