Home
last modified time | relevance | path

Searched refs:exfat_o2c (Results 1 – 4 of 4) sorted by relevance

/third_party/exfatprogs/include/
Dlibexfat.h168 int exfat_o2c(struct exfat *exfat, off_t device_offset,
/third_party/exfatprogs/exfat2img/
Dexfat2img.c170 if (exfat_o2c(ei->exfat, start, &sc, &sc_offset) < 0) in dump_range()
172 if (exfat_o2c(ei->exfat, end - 1, &ec, &ec_offset) < 0) in dump_range()
/third_party/exfatprogs/lib/
Dlibexfat.c759 int exfat_o2c(struct exfat *exfat, off_t device_offset, in exfat_o2c() function
Dexfat_dir.c759 if (exfat_o2c(exfat, dev_off, &clus, &clus_off)) in exfat_write_dentry_set()