Home
last modified time | relevance | path

Searched refs:duhashtbl (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/ufs/quot/
H A Dquot.c86 static struct du *duhashtbl[UHASH]; variable
522 for (up = duhashtbl[HASH(uid)]; up != NULL; up = up->next) { in lookup()
548 uhp = &duhashtbl[HASH(uid)]; in adduid()
573 for (hp = duhashtbl, i = 0; i != UHASH; i++) { in sortprep()
601 if (duhashtbl[i] == NULL) in cleanup()
603 ep = duhashtbl[i]; in cleanup()
612 duhashtbl[i] = NULL; in cleanup()