Home
last modified time | relevance | path

Searched refs:next_clus (Results 1 - 3 of 3) sorted by relevance

/third_party/exfatprogs/lib/
H A Dexfat_dir.c768 clus_t next_clus; in exfat_write_dentry_set() local
770 if (exfat_get_next_clus(exfat, clus, &next_clus)) in exfat_write_dentry_set()
772 if (!exfat_heap_clus(exfat, next_clus)) in exfat_write_dentry_set()
774 sec_half_off = exfat_c2o(exfat, next_clus); in exfat_write_dentry_set()
H A Dlibexfat.c730 int exfat_set_fat(struct exfat *exfat, clus_t clus, clus_t next_clus) in exfat_set_fat() argument
738 if (exfat_write(exfat->blk_dev->dev_fd, &next_clus, sizeof(next_clus), in exfat_set_fat()
739 offset) != sizeof(next_clus)) in exfat_set_fat()
/third_party/exfatprogs/include/
H A Dlibexfat.h165 int exfat_set_fat(struct exfat *exfat, clus_t clus, clus_t next_clus);

Completed in 4 milliseconds