Home
last modified time | relevance | path

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

/freebsd/usr.sbin/fstyp/
H A Dexfat.c250 uint32_t *fatsect, nextclust; in exfat_fat_next() local
258 nextclust = le32toh(fatsect[clsectoff]); in exfat_fat_next()
261 return (nextclust); in exfat_fat_next()