HomeSort by: relevance | last modified time | path
    Searched defs:sects_per_clust (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/fstyp/
exfat.c 267 uint32_t rootdir_cluster, sects_per_clust, cluster_offset_sect; local in function:exfat_find_label
273 sects_per_clust = (1u << ev->ev_log_sect_per_clust);
291 sects_per_clust + cluster_offset_sect;
292 declust = read_sectn(fp, rootdir_sect, sects_per_clust, BPS);
294 it < declust + (sects_per_clust * BPS / sizeof(*it)); it++) {
exfat.c 267 uint32_t rootdir_cluster, sects_per_clust, cluster_offset_sect; local in function:exfat_find_label
273 sects_per_clust = (1u << ev->ev_log_sect_per_clust);
291 sects_per_clust + cluster_offset_sect;
292 declust = read_sectn(fp, rootdir_sect, sects_per_clust, BPS);
294 it < declust + (sects_per_clust * BPS / sizeof(*it)); it++) {

Completed in 21 milliseconds