Home
last modified time | relevance | path

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

/third_party/exfatprogs/fsck/
Dfsck.h37 struct exfat *exfat; member
59 struct exfat { struct
63 struct exfat_blk_dev *blk_dev; argument
66 struct exfat_inode *root; argument
71 struct exfat_de_iter de_iter; argument
84 off_t exfat_c2o(struct exfat *exfat, unsigned int clus); argument
Dfsck.c187 static void free_exfat(struct exfat *exfat) in free_exfat()
208 static int init_exfat(struct exfat *exfat, struct pbr *bs) in init_exfat()
251 static void exfat_free_dir_list(struct exfat *exfat) in exfat_free_dir_list()
365 static inline bool heap_clus(struct exfat *exfat, clus_t clus) in heap_clus()
371 int get_next_clus(struct exfat *exfat, struct exfat_inode *node, in get_next_clus()
397 static int set_fat(struct exfat *exfat, clus_t clus, clus_t next_clus) in set_fat()
411 static int check_clus_chain(struct exfat *exfat, struct exfat_inode *node) in check_clus_chain()
538 static bool root_get_clus_count(struct exfat *exfat, struct exfat_inode *node, in root_get_clus_count()
572 static off_t exfat_s2o(struct exfat *exfat, off_t sect) in exfat_s2o()
577 off_t exfat_c2o(struct exfat *exfat, unsigned int clus) in exfat_c2o()
[all …]
Dde_iter.c17 struct exfat *exfat = iter->exfat; in write_block() local
41 struct exfat *exfat = iter->exfat; in read_ahead_first_blocks() local
72 struct exfat *exfat = iter->exfat; in read_ahead_next_blocks() local
120 struct exfat *exfat = iter->exfat; in read_ahead_next_dir_blocks() local
147 struct exfat *exfat = iter->exfat; in read_block() local
202 int exfat_de_iter_init(struct exfat_de_iter *iter, struct exfat *exfat, in exfat_de_iter_init()
Drepair.c60 static bool ask_repair(struct exfat *exfat, struct exfat_repair_problem *pr) in ask_repair()
96 bool exfat_repair_ask(struct exfat *exfat, er_problem_code_t prcode, in exfat_repair_ask()