Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/fstyp/
H A Dexfat.c268 off_t rootdir_sect; in exfat_find_label() local
290 rootdir_sect = (rootdir_cluster - FIRST_CLUSTER) * in exfat_find_label()
292 declust = read_sectn(fp, rootdir_sect, sects_per_clust, BPS); in exfat_find_label()