Home
last modified time | relevance | path

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

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