Searched refs:rootdir_cluster (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/fstyp/
H A Dexfat.c266 uint32_t rootdir_cluster, sects_per_clust, cluster_offset_sect; local
271 rootdir_cluster = le32toh(ev->ev_rootdir_cluster);
274 if (rootdir_cluster < FIRST_CLUSTER) {
276 rootdir_cluster, FIRST_CLUSTER);
281 for (; rootdir_cluster != END_CLUSTER_SENTINEL;
282 rootdir_cluster = exfat_fat_next(fp, ev, BPS, rootdir_cluster)) {
283 if (rootdir_cluster == BAD_BLOCK_SENTINEL) {
289 rootdir_sect = (rootdir_cluster - FIRST_CLUSTER) *

Completed in 151 milliseconds