Searched refs:hint_clu (Results 1 – 1 of 1) sorted by relevance
228 u32 hint_clu, new_clu, last_clu = CLUSTER_32(~0); in exfat_alloc_cluster() local231 hint_clu = p_chain->dir; in exfat_alloc_cluster()232 if (hint_clu == CLUSTER_32(~0)) { in exfat_alloc_cluster()233 hint_clu = test_alloc_bitmap(sb, p_fs->clu_srch_ptr - 2); in exfat_alloc_cluster()234 if (hint_clu == CLUSTER_32(~0)) in exfat_alloc_cluster()236 } else if (hint_clu >= p_fs->num_clusters) { in exfat_alloc_cluster()237 hint_clu = 2; in exfat_alloc_cluster()245 while ((new_clu = test_alloc_bitmap(sb, hint_clu - 2)) != CLUSTER_32(~0)) { in exfat_alloc_cluster()246 if (new_clu != hint_clu) { in exfat_alloc_cluster()275 p_fs->clu_srch_ptr = hint_clu; in exfat_alloc_cluster()[all …]