Lines Matching defs:exfat
27 void exfat_bitmap_set_range(struct exfat *exfat, char *bitmap, in exfat_bitmap_set_range()
43 static int exfat_bitmap_find_bit(struct exfat *exfat, char *bmap, in exfat_bitmap_find_bit()
61 int exfat_bitmap_find_zero(struct exfat *exfat, char *bmap, in exfat_bitmap_find_zero()
68 int exfat_bitmap_find_one(struct exfat *exfat, char *bmap, in exfat_bitmap_find_one()
407 int exfat_read_volume_label(struct exfat *exfat) in exfat_read_volume_label()
446 int exfat_set_volume_label(struct exfat *exfat, char *label_input) in exfat_set_volume_label()
695 int exfat_get_next_clus(struct exfat *exfat, clus_t clus, clus_t *next) in exfat_get_next_clus()
715 int exfat_get_inode_next_clus(struct exfat *exfat, struct exfat_inode *node, 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()
744 off_t exfat_s2o(struct exfat *exfat, off_t sect) in exfat_s2o()
749 off_t exfat_c2o(struct exfat *exfat, unsigned int clus) in exfat_c2o()
759 int exfat_o2c(struct exfat *exfat, off_t device_offset, in exfat_o2c()
776 bool exfat_heap_clus(struct exfat *exfat, clus_t clus) in exfat_heap_clus()
782 int exfat_root_clus_count(struct exfat *exfat) in exfat_root_clus_count()