exfat.c | 269 struct exfat_dirent *declust, *it; local in function:exfat_find_label 292 declust = read_sectn(fp, rootdir_sect, sects_per_clust, BPS); 293 for (it = declust; 294 it < declust + (sects_per_clust * BPS / sizeof(*it)); it++) { 309 free(declust); 317 free(declust);
|