Home
last modified time | relevance | path

Searched defs:exfat (Results 1 – 10 of 10) sorted by relevance

/third_party/exfatprogs/include/
Dexfat_fs.h32 struct exfat { struct
33 struct exfat_blk_dev *blk_dev; argument
36 struct exfat_inode *root; argument
51 struct exfat_dentry_loc { argument
70 struct exfat *exfat_alloc_exfat(struct exfat_blk_dev *blk_dev, struct pbr *bs); argument
Dexfat_dir.h17 struct exfat *exfat; member
/third_party/exfatprogs/lib/
Dexfat_dir.c33 struct exfat *exfat = iter->exfat; in write_block() local
57 struct exfat *exfat = iter->exfat; in read_ahead_first_blocks() local
88 struct exfat *exfat = iter->exfat; in read_ahead_next_blocks() local
139 struct exfat *exfat = iter->exfat; in read_ahead_next_dir_blocks() local
166 struct exfat *exfat = iter->exfat; in read_block() local
221 int exfat_de_iter_init(struct exfat_de_iter *iter, struct exfat *exfat, in exfat_de_iter_init()
351 int exfat_lookup_dentry_set(struct exfat *exfat, struct exfat_inode *parent, in exfat_lookup_dentry_set()
487 int exfat_lookup_file(struct exfat *exfat, struct exfat_inode *parent, in exfat_lookup_file()
539 uint16_t exfat_calc_name_hash(struct exfat *exfat, in exfat_calc_name_hash()
573 int exfat_build_file_dentry_set(struct exfat *exfat, const char *name, in exfat_build_file_dentry_set()
[all …]
Dlibexfat.c27 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()
[all …]
Dexfat_fs.c92 void exfat_free_dir_list(struct exfat *exfat) in exfat_free_dir_list()
105 void exfat_free_exfat(struct exfat *exfat) in exfat_free_exfat()
128 struct exfat *exfat; in exfat_alloc_exfat() local
/third_party/exfatprogs/exfat2img/
Dexfat2img.c54 struct exfat *exfat; member
162 struct exfat *exfat = ei->exfat; in dump_range() local
212 struct exfat *exfat = ei->exfat; in dump_sectors() local
224 struct exfat *exfat = ei->exfat; in dump_clusters() local
236 struct exfat *exfat = ei->exfat; in dump_directory() local
281 struct exfat *exfat = ei->exfat; in dump_root() local
367 struct exfat *exfat = ei->exfat; in read_bitmap() local
400 struct exfat *exfat = ei->exfat; in read_upcase_table() local
426 struct exfat *exfat = ei->exfat; in read_children() local
508 struct exfat *exfat = ei->exfat; in dump_filesystem() local
[all …]
/third_party/exfatprogs/fsck/
Dfsck.c108 struct exfat *exfat = de_iter->exfat; in check_clus_chain() local
243 static int root_check_clus_chain(struct exfat *exfat, in root_check_clus_chain()
344 static int exfat_mark_volume_dirty(struct exfat *exfat, bool dirty) in exfat_mark_volume_dirty()
591 struct exfat *exfat = iter->exfat; in check_inode() local
961 static int read_bitmap(struct exfat *exfat) in read_bitmap()
1035 static int read_upcase_table(struct exfat *exfat) in read_upcase_table()
1118 struct exfat *exfat = fsck->exfat; in read_children() local
1207 struct exfat *exfat = fsck->exfat; in write_bitmap() local
1252 struct exfat *exfat = fsck->exfat; in exfat_filesystem_check() local
1292 static int exfat_root_dir_check(struct exfat *exfat) in exfat_root_dir_check()
[all …]
Dfsck.h25 struct exfat *exfat; member
/third_party/exfatprogs/tune/
Dtune.c53 struct exfat *exfat = NULL; in main() local
/third_party/exfatprogs/label/
Dlabel.c99 struct exfat *exfat; in main() local