Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/exfat/
H A Dfatent.c157 p_chain->dir < EXFAT_FIRST_CLUSTER) in exfat_free_cluster()
328 if (sbi->clu_srch_ptr < EXFAT_FIRST_CLUSTER) { in exfat_alloc_cluster()
331 sbi->clu_srch_ptr = EXFAT_FIRST_CLUSTER; in exfat_alloc_cluster()
343 hint_clu = EXFAT_FIRST_CLUSTER; in exfat_alloc_cluster()
402 hint_clu = EXFAT_FIRST_CLUSTER; in exfat_alloc_cluster()
439 for (i = EXFAT_FIRST_CLUSTER; i < sbi->num_clusters; i++) { in exfat_count_num_clusters()
H A 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()
H A Dexfat_raw.h25 #define EXFAT_FIRST_CLUSTER 2 macro
H A Dexfat_fs.h386 if (clus < EXFAT_FIRST_CLUSTER || sbi->num_clusters <= clus) in is_valid_cluster()
H A Dsuper.c494 sbi->clu_srch_ptr = EXFAT_FIRST_CLUSTER; in exfat_read_boot_sector()
H A Ddir.c552 for (i = EXFAT_FIRST_CLUSTER; i < num_entries; i++) { in exfat_init_ext_entry()