Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/fstyp/
H A Dexfat.c263 uint32_t rootdir_cluster, sects_per_clust, cluster_offset_sect; in exfat_find_label() local
268 rootdir_cluster = le32toh(ev->ev_rootdir_cluster); in exfat_find_label()
271 if (rootdir_cluster < FIRST_CLUSTER) { in exfat_find_label()
273 rootdir_cluster, FIRST_CLUSTER); in exfat_find_label()
278 for (; rootdir_cluster != END_CLUSTER_SENTINEL; in exfat_find_label()
279 rootdir_cluster = exfat_fat_next(fp, ev, BPS, rootdir_cluster)) { in exfat_find_label()
280 if (rootdir_cluster == BAD_BLOCK_SENTINEL) { in exfat_find_label()
286 rootdir_sect = (rootdir_cluster - FIRST_CLUSTER) * in exfat_find_label()