HomeSort by: relevance | last modified time | path
    Searched refs:pm_maxcluster (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/makefs/msdos/
msdosfs_vfsops.c 263 pmp->pm_maxcluster = pmp->pm_nmbrofclusters + 1;
277 if (pmp->pm_maxcluster
366 (pmp->pm_nxtfree > pmp->pm_maxcluster))
375 ((pmp->pm_maxcluster + N_INUSEBITS) / N_INUSEBITS));
  /src/sys/fs/msdosfs/
msdosfs_fat.c 281 if (cn < CLUST_FIRST || cn > pmp->pm_maxcluster) {
283 cn, (u_long)CLUST_FIRST, pmp->pm_maxcluster));
418 for (cn = 0; cn < pmp->pm_maxcluster; cn++)
603 if (cn < CLUST_FIRST || cn > pmp->pm_maxcluster)
679 if (start < CLUST_FIRST || start + count - 1 > pmp->pm_maxcluster)
743 max_idx = pmp->pm_maxcluster / N_INUSEBITS;
838 newst = (start * 1103515245 + 12345) % (pmp->pm_maxcluster + 1);
841 for (cn = newst; cn <= pmp->pm_maxcluster;) {
903 while (cluster >= CLUST_FIRST && cluster <= pmp->pm_maxcluster) {
965 for (cn = 0; cn < (pmp->pm_maxcluster + N_INUSEBITS) / N_INUSEBITS; cn++
    [all...]
msdosfs_vfsops.c 697 pmp->pm_maxcluster = pmp->pm_nmbrofclusters + 1;
711 if (pmp->pm_maxcluster
729 if ((pmp->pm_maxcluster & pmp->pm_fatmask) != pmp->pm_maxcluster) {
731 pmp->pm_maxcluster, pmp->pm_fatmask);
737 fatbytes = (pmp->pm_maxcluster+1) * pmp->pm_fatmult / pmp->pm_fatdiv;
833 (pmp->pm_nxtfree > pmp->pm_maxcluster))
841 pmp->pm_inusemap = malloc(((pmp->pm_maxcluster + N_INUSEBITS)
msdosfsmount.h 126 u_long pm_maxcluster; /* maximum cluster number */ member in struct:msdosfsmount
msdosfs_vnops.c 1261 dep->de_pmp->pm_maxcluster - ap->a_bn);

Completed in 104 milliseconds