Searched refs:hint_clu (Results 1 – 1 of 1) sorted by relevance
371 hint_clu = p_chain->dir; in exfat_alloc_cluster()373 if (hint_clu == EXFAT_EOF_CLUSTER) { in exfat_alloc_cluster()381 if (hint_clu == EXFAT_EOF_CLUSTER) { in exfat_alloc_cluster()389 if (hint_clu != sbi->num_clusters) in exfat_alloc_cluster()391 hint_clu); in exfat_alloc_cluster()392 hint_clu = EXFAT_FIRST_CLUSTER; in exfat_alloc_cluster()400 if (new_clu != hint_clu && in exfat_alloc_cluster()437 sbi->clu_srch_ptr = hint_clu; in exfat_alloc_cluster()444 hint_clu = new_clu + 1; in exfat_alloc_cluster()445 if (hint_clu >= sbi->num_clusters) { in exfat_alloc_cluster()[all …]