Lines Matching refs:statemap
590 statemap[idesc->id_number] = USTATE; in clri()
665 switch (statemap[ino]) { in blkerror()
668 statemap[ino] = FCLEAR; in blkerror()
672 statemap[ino] = DCLEAR; in blkerror()
680 errexit("BAD STATE %d TO BLKERR", statemap[ino]); in blkerror()
697 else if (statemap[request] != USTATE) in allocino()
702 if (statemap[ino] == USTATE) in allocino()
709 statemap[ino] = DSTATE; in allocino()
713 statemap[ino] = FSTATE; in allocino()
721 statemap[ino] = USTATE; in allocino()
754 statemap[ino] = USTATE; in freeino()