Lines Matching refs:first_clus
113 clus = node->first_clus;
118 if (node->size == 0 && node->first_clus == EXFAT_FREE_CLUSTER)
122 if ((node->size == 0 && node->first_clus != EXFAT_FREE_CLUSTER) ||
123 (node->size > 0 && !exfat_heap_clus(exfat, node->first_clus))) {
127 node->size, node->first_clus))
221 node->first_clus = EXFAT_FREE_CLUSTER;
249 if (!exfat_heap_clus(exfat, node->first_clus))
252 clus = node->first_clus;
892 node->first_clus = le32_to_cpu(stream_de->stream_start_clu);
1303 root->first_clus = le32_to_cpu(exfat->bs->bsx.root_cluster);
1314 root->first_clus, root->size);
1363 inode->first_clus =