Lines Matching refs:EXFAT_EOF_CLUSTER
56 *content = EXFAT_EOF_CLUSTER; in __exfat_ent_get()
119 if (*content != EXFAT_EOF_CLUSTER && !is_valid_cluster(sbi, *content)) { in exfat_ent_get()
142 if (exfat_ent_set(sb, chain, EXFAT_EOF_CLUSTER)) in exfat_chain_cont_cluster()
158 p_chain->dir == EXFAT_EOF_CLUSTER || in __exfat_free_cluster()
202 if (err || n_clu == EXFAT_EOF_CLUSTER) in __exfat_free_cluster()
219 } while (clu != EXFAT_EOF_CLUSTER); in __exfat_free_cluster()
255 } while (next != EXFAT_EOF_CLUSTER); in exfat_find_last_cluster()
311 unsigned int hint_clu, new_clu, last_clu = EXFAT_EOF_CLUSTER; in exfat_alloc_cluster()
331 if (hint_clu == EXFAT_EOF_CLUSTER) { in exfat_alloc_cluster()
339 if (hint_clu == EXFAT_EOF_CLUSTER) { in exfat_alloc_cluster()
354 p_chain->dir = EXFAT_EOF_CLUSTER; in exfat_alloc_cluster()
357 EXFAT_EOF_CLUSTER) { in exfat_alloc_cluster()
376 if (exfat_ent_set(sb, new_clu, EXFAT_EOF_CLUSTER)) { in exfat_alloc_cluster()
382 if (p_chain->dir == EXFAT_EOF_CLUSTER) { in exfat_alloc_cluster()
430 if (!p_chain->dir || p_chain->dir == EXFAT_EOF_CLUSTER) { in exfat_count_num_clusters()
446 if (clu == EXFAT_EOF_CLUSTER) in exfat_count_num_clusters()