Lines Matching refs:clus_t
13 typedef __u32 clus_t;
105 static inline bool exfat_bitmap_get(char *bmap, clus_t c)
107 clus_t cc = c - EXFAT_FIRST_CLUSTER;
112 static inline void exfat_bitmap_set(char *bmap, clus_t c)
114 clus_t cc = c - EXFAT_FIRST_CLUSTER;
119 static inline void exfat_bitmap_clear(char *bmap, clus_t c)
121 clus_t cc = c - EXFAT_FIRST_CLUSTER;
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);