Home
last modified time | relevance | path

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

/Linux-v5.10/fs/exfat/
Dfatent.c87 if (clus < EXFAT_FIRST_CLUSTER || sbi->num_clusters <= clus) in is_valid_cluster()
164 p_chain->dir < EXFAT_FIRST_CLUSTER) in exfat_free_cluster()
303 if (sbi->clu_srch_ptr < EXFAT_FIRST_CLUSTER) { in exfat_alloc_cluster()
306 sbi->clu_srch_ptr = EXFAT_FIRST_CLUSTER; in exfat_alloc_cluster()
318 hint_clu = EXFAT_FIRST_CLUSTER; in exfat_alloc_cluster()
377 hint_clu = EXFAT_FIRST_CLUSTER; in exfat_alloc_cluster()
414 for (i = EXFAT_FIRST_CLUSTER; i < sbi->num_clusters; i++) { in exfat_count_num_clusters()
Dballoc.c155 WARN_ON(clu < EXFAT_FIRST_CLUSTER); in exfat_set_bitmap()
177 WARN_ON(clu < EXFAT_FIRST_CLUSTER); in exfat_clear_bitmap()
211 WARN_ON(clu < EXFAT_FIRST_CLUSTER); in exfat_find_free_bitmap()
219 for (i = EXFAT_FIRST_CLUSTER; i < sbi->num_clusters; in exfat_find_free_bitmap()
236 clu_base = EXFAT_FIRST_CLUSTER; in exfat_find_free_bitmap()
Dexfat_raw.h25 #define EXFAT_FIRST_CLUSTER 2 macro
Dsuper.c476 sbi->clu_srch_ptr = EXFAT_FIRST_CLUSTER; in exfat_read_boot_sector()
Ddir.c550 for (i = EXFAT_FIRST_CLUSTER; i < num_entries; i++) { in exfat_init_ext_entry()