Searched refs:next_cluster (Results 1 – 1 of 1) sorted by relevance
234 int next_cluster; in fat_read() local247 next_cluster = * (unsigned long *) (FAT_BUF + (cached_pos >> 1)); in fat_read()251 next_cluster >>= 4; in fat_read()252 next_cluster &= 0xFFF; in fat_read()255 next_cluster &= 0xFFFF; in fat_read()257 if (next_cluster >= FAT_SUPER->clust_eof_marker) in fat_read()259 if (next_cluster < 2 || next_cluster >= FAT_SUPER->num_clust) in fat_read()265 FAT_SUPER->current_cluster = next_cluster; in fat_read()