Home
last modified time | relevance | path

Searched refs:EXFAT_FIRST_CLUSTER (Results 1 – 5 of 5) sorted by relevance

/fs/exfat/
A Dfatent.c173 p_chain->dir < EXFAT_FIRST_CLUSTER) in __exfat_free_cluster()
253 if (num_clusters >= sbi->num_clusters - EXFAT_FIRST_CLUSTER) { in __exfat_free_cluster()
374 if (sbi->clu_srch_ptr < EXFAT_FIRST_CLUSTER) { in exfat_alloc_cluster()
377 sbi->clu_srch_ptr = EXFAT_FIRST_CLUSTER; in exfat_alloc_cluster()
392 hint_clu = EXFAT_FIRST_CLUSTER; in exfat_alloc_cluster()
446 hint_clu = EXFAT_FIRST_CLUSTER; in exfat_alloc_cluster()
484 for (i = EXFAT_FIRST_CLUSTER; i < sbi->num_clusters; i++) { in exfat_count_num_clusters()
A Dballoc.c180 WARN_ON(clu < EXFAT_FIRST_CLUSTER); in exfat_find_free_bitmap()
188 for (i = EXFAT_FIRST_CLUSTER; i < sbi->num_clusters; in exfat_find_free_bitmap()
207 clu_base = EXFAT_FIRST_CLUSTER; in exfat_find_free_bitmap()
256 EXFAT_FIRST_CLUSTER); in exfat_trim_fs()
A Dexfat_raw.h25 #define EXFAT_FIRST_CLUSTER 2 macro
A Dexfat_fs.h423 return clus >= EXFAT_FIRST_CLUSTER && clus < sbi->num_clusters; in is_valid_cluster()
A Dsuper.c500 sbi->clu_srch_ptr = EXFAT_FIRST_CLUSTER; in exfat_read_boot_sector()

Completed in 10 milliseconds