Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c85 struct fileusage *fuhead[FUHASH]; variable
666 for (fup = fuhead[uid % FUHASH]; fup != 0; fup = fup->fu_next) in lookup()
685 fhp = &fuhead[uid % FUHASH]; in adduid()