Searched refs:newst (Results 1 – 3 of 3) sorted by relevance
738 u_long len, newst, foundl, cn, l; in clusteralloc1() local750 newst = pmp->pm_nxtfree; in clusteralloc1()753 for (cn = newst; cn <= pmp->pm_maxcluster;) { in clusteralloc1()770 for (cn = 0; cn < newst;) { in clusteralloc1()
763 u_long len, newst, foundl, cn, l; in clusteralloc1() local778 newst = pmp->pm_nxtfree; in clusteralloc1()781 for (cn = newst; cn <= pmp->pm_maxcluster;) { in clusteralloc1()798 for (cn = 0; cn < newst;) { in clusteralloc1()
29578 #define QSS_SETV(qss, newst) ((newst) | ((qss) & QSS_ScanMask)) argument