Lines Matching refs:EXFAT_EOF_CLUSTER
55 *content = EXFAT_EOF_CLUSTER; in __exfat_ent_get()
126 if (*content != EXFAT_EOF_CLUSTER && !is_valid_cluster(sbi, *content)) { in exfat_ent_get()
149 if (exfat_ent_set(sb, chain, EXFAT_EOF_CLUSTER)) in exfat_chain_cont_cluster()
163 p_chain->dir == EXFAT_EOF_CLUSTER || in exfat_free_cluster()
194 } while (clu != EXFAT_EOF_CLUSTER); in exfat_free_cluster()
219 } while (next != EXFAT_EOF_CLUSTER); in exfat_find_last_cluster()
284 unsigned int hint_clu, new_clu, last_clu = EXFAT_EOF_CLUSTER; in exfat_alloc_cluster()
302 if (hint_clu == EXFAT_EOF_CLUSTER) { in exfat_alloc_cluster()
310 if (hint_clu == EXFAT_EOF_CLUSTER) in exfat_alloc_cluster()
327 p_chain->dir = EXFAT_EOF_CLUSTER; in exfat_alloc_cluster()
330 EXFAT_EOF_CLUSTER) { in exfat_alloc_cluster()
351 if (exfat_ent_set(sb, new_clu, EXFAT_EOF_CLUSTER)) { in exfat_alloc_cluster()
357 if (p_chain->dir == EXFAT_EOF_CLUSTER) { in exfat_alloc_cluster()
402 if (!p_chain->dir || p_chain->dir == EXFAT_EOF_CLUSTER) { in exfat_count_num_clusters()
418 if (clu == EXFAT_EOF_CLUSTER) in exfat_count_num_clusters()