Lines Matching refs:exfat
89 struct exfat;
125 void exfat_bitmap_set_range(struct exfat *exfat, char *bitmap,
127 int exfat_bitmap_find_zero(struct exfat *exfat, char *bmap,
129 int exfat_bitmap_find_one(struct exfat *exfat, char *bmap,
148 int exfat_read_volume_label(struct exfat *exfat);
149 int exfat_set_volume_label(struct exfat *exfat, char *label_input);
162 int exfat_get_next_clus(struct exfat *exfat, clus_t clus, clus_t *next);
163 int exfat_get_inode_next_clus(struct exfat *exfat, struct exfat_inode *node,
165 int exfat_set_fat(struct exfat *exfat, clus_t clus, clus_t next_clus);
166 off_t exfat_s2o(struct exfat *exfat, off_t sect);
167 off_t exfat_c2o(struct exfat *exfat, unsigned int clus);
168 int exfat_o2c(struct exfat *exfat, off_t device_offset,
170 bool exfat_heap_clus(struct exfat *exfat, clus_t clus);
171 int exfat_root_clus_count(struct exfat *exfat);