Home | History | Annotate | Download | only in block

Lines Matching refs:c1

2072 	uint32_t c, c1;
2074 for (c = cluster, c1 = modified_fat_get(s, c); c + 1 == c1;
2075 c = c1, c1 = modified_fat_get(s, c1));
2089 if (!fat_eof(s, c1)) {
2090 int i = find_mapping_for_cluster_aux(s, c1, 0, s->mapping.next);
2094 if (next_mapping == NULL || next_mapping->begin > c1) {
2097 next_mapping = insert_mapping(s, c1, c1+1);
2099 if (c1 < c)
2126 cluster = c1;
2241 uint32_t c1;
2246 c1 = modified_fat_get(s, c);
2261 c = c1;