Home
last modified time | relevance | path

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

/linux-6.1.9/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()
349 hint_clu = EXFAT_FIRST_CLUSTER; in exfat_alloc_cluster()
411 hint_clu = EXFAT_FIRST_CLUSTER; in exfat_alloc_cluster()
450 for (i = EXFAT_FIRST_CLUSTER; i < sbi->num_clusters; i++) { in exfat_count_num_clusters()
Dballoc.c206 WARN_ON(clu < EXFAT_FIRST_CLUSTER); in exfat_find_free_bitmap()
214 for (i = EXFAT_FIRST_CLUSTER; i < sbi->num_clusters; in exfat_find_free_bitmap()
231 clu_base = EXFAT_FIRST_CLUSTER; in exfat_find_free_bitmap()
281 EXFAT_FIRST_CLUSTER); in exfat_trim_fs()
Dexfat_raw.h25 #define EXFAT_FIRST_CLUSTER 2 macro
Dexfat_fs.h388 return clus >= EXFAT_FIRST_CLUSTER && clus < sbi->num_clusters; in is_valid_cluster()
Dsuper.c503 sbi->clu_srch_ptr = EXFAT_FIRST_CLUSTER; in exfat_read_boot_sector()
Ddir.c553 for (i = EXFAT_FIRST_CLUSTER; i < num_entries; i++) { in exfat_init_ext_entry()