Home
last modified time | relevance | path

Searched refs:exfat_c2o (Results 1 – 6 of 6) sorted by relevance

/third_party/exfatprogs/lib/
Dexfat_dir.c38 device_offset = exfat_c2o(exfat, desc->p_clus) + desc->offset; in write_block()
73 exfat_c2o(exfat, iter->parent->first_clus), size, in read_ahead_first_blocks()
107 device_offset = exfat_c2o(exfat, ra_p_clus); in read_ahead_next_blocks()
120 device_offset = exfat_c2o(exfat, p_clus) + in read_ahead_next_blocks()
152 offset = exfat_c2o(exfat, next_inode->first_clus); in read_ahead_next_dir_blocks()
201 device_offset = exfat_c2o(exfat, desc->p_clus) + desc->offset; in read_block()
336 return exfat_c2o(iter->exfat, bd->p_clus) + bd->offset + in exfat_de_iter_device_offset()
774 sec_half_off = exfat_c2o(exfat, next_clus); in exfat_write_dentry_set()
820 exfat->clus_size, exfat_c2o(exfat, *new_clu)) != in exfat_alloc_cluster()
888 dev_off = exfat_c2o(exfat, new_clus); in exfat_add_dentry_set()
Dlibexfat.c749 off_t exfat_c2o(struct exfat *exfat, unsigned int clus) in exfat_c2o() function
/third_party/exfatprogs/exfat2img/
Dexfat2img.c227 s = exfat_c2o(exfat, start_clus); in dump_clusters()
228 e = exfat_c2o(exfat, end_clus_excl); in dump_clusters()
258 start_off = exfat_c2o(exfat, clus); in dump_directory()
644 start_off = exfat_c2o(ei->exfat, clu); in dump_clusters_to_stdout()
645 end_off_excl = exfat_c2o(ei->exfat, clu + cc_clu_count); in dump_clusters_to_stdout()
688 start_off = exfat_c2o(exfat, start_clu); in dump_to_stdout()
689 end_off = exfat_c2o(exfat, end_clu); in dump_to_stdout()
708 start_off = exfat_c2o(exfat, start_clu); in dump_to_stdout()
709 end_off = exfat_c2o(exfat, end_clu); in dump_to_stdout()
/third_party/exfatprogs/fsck/
Dfsck.h33 off_t exfat_c2o(struct exfat *exfat, unsigned int clus);
Dfsck.c1003 exfat_c2o(exfat, exfat->disk_bitmap_clus)) != in read_bitmap()
1078 exfat_c2o(exfat, in read_upcase_table()
1212 dev_offset = exfat_c2o(exfat, exfat->disk_bitmap_clus); in write_bitmap()
/third_party/exfatprogs/include/
Dlibexfat.h167 off_t exfat_c2o(struct exfat *exfat, unsigned int clus);