Lines Matching refs:next_clust
669 unsigned next_clust; /* next cluster if remaining == 0 */ member
702 itr->next_clust = fsdata->root_cluster; in fat_itr_root()
739 itr->next_clust = clustnum; in fat_itr_child()
743 itr->next_clust = parent->fsdata->root_cluster; in fat_itr_child()
770 unsigned sect_offset = itr->next_clust * itr->fsdata->clust_size; in next_cluster()
777 sect = clust_to_sect(itr->fsdata, itr->next_clust); in next_cluster()
800 itr->clust = itr->next_clust; in next_cluster()
802 itr->next_clust++; in next_cluster()
803 if (itr->next_clust * itr->fsdata->clust_size >= in next_cluster()
805 debug("nextclust: 0x%x\n", itr->next_clust); in next_cluster()
809 itr->next_clust = get_fatent(itr->fsdata, itr->next_clust); in next_cluster()
810 if (CHECK_CLUST(itr->next_clust, itr->fsdata->fatsize)) { in next_cluster()
811 debug("nextclust: 0x%x\n", itr->next_clust); in next_cluster()
1025 itr->next_clust = itr->fsdata->root_cluster; in fat_itr_resolve()