Searched refs:exfat_o2c (Results 1 – 4 of 4) sorted by relevance
/third_party/exfatprogs/include/ |
D | libexfat.h | 168 int exfat_o2c(struct exfat *exfat, off_t device_offset,
|
/third_party/exfatprogs/exfat2img/ |
D | exfat2img.c | 170 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/ |
D | libexfat.c | 759 int exfat_o2c(struct exfat *exfat, off_t device_offset, in exfat_o2c() function
|
D | exfat_dir.c | 759 if (exfat_o2c(exfat, dev_off, &clus, &clus_off)) in exfat_write_dentry_set()
|