Searched refs:EXFAT_FIRST_CLUSTER (Results 1 – 6 of 6) sorted by relevance
159 p_chain->dir < EXFAT_FIRST_CLUSTER) in __exfat_free_cluster() 224 if (num_clusters >= sbi->num_clusters - EXFAT_FIRST_CLUSTER) { in __exfat_free_cluster() 345 if (sbi->clu_srch_ptr < EXFAT_FIRST_CLUSTER) { in exfat_alloc_cluster() 348 sbi->clu_srch_ptr = EXFAT_FIRST_CLUSTER; in exfat_alloc_cluster() 363 hint_clu = EXFAT_FIRST_CLUSTER; in exfat_alloc_cluster() 417 hint_clu = EXFAT_FIRST_CLUSTER; in exfat_alloc_cluster() 455 for (i = EXFAT_FIRST_CLUSTER; i < sbi->num_clusters; i++) { in exfat_count_num_clusters()
212 WARN_ON(clu < EXFAT_FIRST_CLUSTER); in exfat_find_free_bitmap() 220 for (i = EXFAT_FIRST_CLUSTER; i < sbi->num_clusters; in exfat_find_free_bitmap() 237 clu_base = EXFAT_FIRST_CLUSTER; in exfat_find_free_bitmap() 287 EXFAT_FIRST_CLUSTER); in exfat_trim_fs()
25 #define EXFAT_FIRST_CLUSTER 2 macro
413 return clus >= EXFAT_FIRST_CLUSTER && clus < sbi->num_clusters; in is_valid_cluster()
492 sbi->clu_srch_ptr = EXFAT_FIRST_CLUSTER; in exfat_read_boot_sector()
582 for (i = EXFAT_FIRST_CLUSTER; i < num_entries; i++) { in exfat_init_ext_entry()