Lines Matching refs:clus_t
13 typedef __u32 clus_t; typedef
105 static inline bool exfat_bitmap_get(char *bmap, clus_t c) in exfat_bitmap_get()
107 clus_t cc = c - EXFAT_FIRST_CLUSTER; in exfat_bitmap_get()
112 static inline void exfat_bitmap_set(char *bmap, clus_t c) in exfat_bitmap_set()
114 clus_t cc = c - EXFAT_FIRST_CLUSTER; in exfat_bitmap_set()
119 static inline void exfat_bitmap_clear(char *bmap, clus_t c) in exfat_bitmap_clear()
121 clus_t cc = c - EXFAT_FIRST_CLUSTER; in exfat_bitmap_clear()
126 clus_t start_clus, clus_t count);
128 clus_t start_clu, clus_t *next);
130 clus_t start_clu, clus_t *next);
162 int exfat_get_next_clus(struct exfat *exfat, clus_t clus, clus_t *next);
164 clus_t clus, clus_t *next);
165 int exfat_set_fat(struct exfat *exfat, clus_t clus, clus_t next_clus);
170 bool exfat_heap_clus(struct exfat *exfat, clus_t clus);