Searched refs:rootdir_cluster (Results 1 – 1 of 1) sorted by relevance
268 uint32_t rootdir_cluster, sects_per_clust, cluster_offset_sect; in exfat_find_label() local273 rootdir_cluster = le32toh(ev->ev_rootdir_cluster); in exfat_find_label()276 if (rootdir_cluster < FIRST_CLUSTER) { in exfat_find_label()278 rootdir_cluster, FIRST_CLUSTER); in exfat_find_label()283 for (; rootdir_cluster != END_CLUSTER_SENTINEL; in exfat_find_label()284 rootdir_cluster = exfat_fat_next(fp, ev, BPS, rootdir_cluster)) { in exfat_find_label()285 if (rootdir_cluster == BAD_BLOCK_SENTINEL) { in exfat_find_label()291 rootdir_sect = (rootdir_cluster - FIRST_CLUSTER) * in exfat_find_label()