Lines Matching defs:exfat2img
48 struct exfat2img {
68 static struct exfat2img ei;
97 static void free_exfat2img(struct exfat2img *ei)
111 static int create_exfat2img(struct exfat2img *ei,
160 static ssize_t dump_range(struct exfat2img *ei, off_t start, off_t end)
208 static int dump_sectors(struct exfat2img *ei,
220 static int dump_clusters(struct exfat2img *ei,
232 static int dump_directory(struct exfat2img *ei,
279 static int dump_root(struct exfat2img *ei)
365 static int read_bitmap(struct exfat2img *ei, struct exfat_de_iter *iter)
397 static int read_upcase_table(struct exfat2img *ei,
423 static int read_children(struct exfat2img *ei, struct exfat_inode *dir,
506 static int dump_filesystem(struct exfat2img *ei)
554 static int dump_bytes_to_stdout(struct exfat2img *ei,
605 static int dump_clusters_to_stdout(struct exfat2img *ei,
659 static int dump_to_stdout(struct exfat2img *ei)
722 static int dump_header(struct exfat2img *ei)
737 exfat_err("failed to write exfat2img header\n");
763 static int restore_from_stdin(struct exfat2img *ei)