Home
last modified time | relevance | path

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

/freebsd/usr.sbin/fstyp/
H A Dexfat.c132 #define FIRST_CLUSTER 2 macro
274 if (rootdir_cluster < FIRST_CLUSTER) { in exfat_find_label()
276 rootdir_cluster, FIRST_CLUSTER); in exfat_find_label()
289 rootdir_sect = (rootdir_cluster - FIRST_CLUSTER) * in exfat_find_label()