cluster 461 msdosfs/msdosfs_fat.c clusterfree(pmp, cluster, oldcnp)
cluster 463 msdosfs/msdosfs_fat.c uint32_t cluster;
cluster 469 msdosfs/msdosfs_fat.c usemap_free(pmp, cluster);
cluster 470 msdosfs/msdosfs_fat.c error = fatentry(FAT_GET_AND_SET, pmp, cluster, &oldcn, MSDOSFSFREE);
cluster 472 msdosfs/msdosfs_fat.c usemap_alloc(pmp, cluster);
cluster 861 msdosfs/msdosfs_fat.c freeclusterchain(pmp, cluster)
cluster 863 msdosfs/msdosfs_fat.c uint32_t cluster;
cluster 870 msdosfs/msdosfs_fat.c while (cluster >= CLUST_FIRST && cluster <= pmp->pm_maxcluster) {
cluster 871 msdosfs/msdosfs_fat.c byteoffset = FATOFS(pmp, cluster);
cluster 883 msdosfs/msdosfs_fat.c usemap_free(pmp, cluster);
cluster 887 msdosfs/msdosfs_fat.c if (cluster & 1) {
cluster 888 msdosfs/msdosfs_fat.c cluster = readcn >> 4;
cluster 892 msdosfs/msdosfs_fat.c cluster = readcn;
cluster 899 msdosfs/msdosfs_fat.c cluster = getushort(&bp->b_data[bo]);
cluster 903 msdosfs/msdosfs_fat.c cluster = getulong(&bp->b_data[bo]);
cluster 905 msdosfs/msdosfs_fat.c (MSDOSFSFREE & FAT32_MASK) | (cluster & ~FAT32_MASK));
cluster 908 msdosfs/msdosfs_fat.c cluster &= pmp->pm_fatmask;
cluster 909 msdosfs/msdosfs_fat.c if ((cluster | ~pmp->pm_fatmask) >= CLUST_RSRVD)
cluster 910 msdosfs/msdosfs_fat.c cluster |= pmp->pm_fatmask;
cluster 96 msdosfs/msdosfs_lookup.c uint32_t cluster;
cluster 164 msdosfs/msdosfs_lookup.c cluster = MSDOSFSROOT;
cluster 230 msdosfs/msdosfs_lookup.c if ((error = pcbmap(dp, frcn, &bn, &cluster, &blsize)) != 0) {
cluster 432 msdosfs/msdosfs_lookup.c if (cluster == MSDOSFSROOT)
cluster 436 msdosfs/msdosfs_lookup.c cluster = scn;
cluster 437 msdosfs/msdosfs_lookup.c if (cluster == MSDOSFSROOT)
cluster 489 msdosfs/msdosfs_lookup.c if ((error = deget(pmp, cluster, blkoff, &tdp)) != 0)
cluster 521 msdosfs/msdosfs_lookup.c if ((error = deget(pmp, cluster, blkoff, &tdp)) != 0)
cluster 553 msdosfs/msdosfs_lookup.c if ((error = deget(pmp, cluster, blkoff, &tdp)) != 0) {
cluster 571 msdosfs/msdosfs_lookup.c if ((error = deget(pmp, cluster, blkoff, &tdp)) != 0)