Lines Matching refs:clus_t
28 clus_t start_clus, clus_t count) in exfat_bitmap_set_range()
30 clus_t clus; in exfat_bitmap_set_range()
44 clus_t start_clu, clus_t *next, in exfat_bitmap_find_bit()
47 clus_t last_clu; in exfat_bitmap_find_bit()
62 clus_t start_clu, clus_t *next) in exfat_bitmap_find_zero()
69 clus_t start_clu, clus_t *next) in exfat_bitmap_find_one()
695 int exfat_get_next_clus(struct exfat *exfat, clus_t clus, clus_t *next) in exfat_get_next_clus()
706 offset += sizeof(clus_t) * clus; in exfat_get_next_clus()
716 clus_t clus, clus_t *next) in exfat_get_inode_next_clus()
730 int exfat_set_fat(struct exfat *exfat, clus_t clus, clus_t next_clus) in exfat_set_fat()
736 offset += sizeof(clus_t) * clus; in exfat_set_fat()
776 bool exfat_heap_clus(struct exfat *exfat, clus_t clus) in exfat_heap_clus()
785 clus_t clus, next; in exfat_root_clus_count()