Home
last modified time | relevance | path

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

/third_party/exfatprogs/fsck/
Dfsck.c397 static int set_fat(struct exfat *exfat, clus_t clus, clus_t next_clus) in set_fat() argument
405 if (exfat_write(exfat->blk_dev->dev_fd, &next_clus, sizeof(next_clus), in set_fat()
406 offset) != sizeof(next_clus)) in set_fat()