Searched refs:next_clus (Results 1 - 3 of 3) sorted by relevance
/third_party/exfatprogs/lib/ |
H A D | exfat_dir.c | 768 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 D | libexfat.c | 730 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 D | libexfat.h | 165 int exfat_set_fat(struct exfat *exfat, clus_t clus, clus_t next_clus);
|
Completed in 4 milliseconds