Home
last modified time | relevance | path

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

/linux-6.12.1/fs/exfat/
Dfatent.c159 p_chain->dir < EXFAT_FIRST_CLUSTER) in __exfat_free_cluster()
332 if (sbi->clu_srch_ptr < EXFAT_FIRST_CLUSTER) { in exfat_alloc_cluster()
335 sbi->clu_srch_ptr = EXFAT_FIRST_CLUSTER; in exfat_alloc_cluster()
350 hint_clu = EXFAT_FIRST_CLUSTER; in exfat_alloc_cluster()
404 hint_clu = EXFAT_FIRST_CLUSTER; in exfat_alloc_cluster()
442 for (i = EXFAT_FIRST_CLUSTER; i < sbi->num_clusters; i++) { in exfat_count_num_clusters()
Dballoc.c188 WARN_ON(clu < EXFAT_FIRST_CLUSTER); in exfat_find_free_bitmap()
196 for (i = EXFAT_FIRST_CLUSTER; i < sbi->num_clusters; in exfat_find_free_bitmap()
215 clu_base = EXFAT_FIRST_CLUSTER; in exfat_find_free_bitmap()
264 EXFAT_FIRST_CLUSTER); in exfat_trim_fs()
Dexfat_raw.h25 #define EXFAT_FIRST_CLUSTER 2 macro
Dexfat_fs.h421 return clus >= EXFAT_FIRST_CLUSTER && clus < sbi->num_clusters; in is_valid_cluster()
Dsuper.c533 sbi->clu_srch_ptr = EXFAT_FIRST_CLUSTER; in exfat_read_boot_sector()