Home
last modified time | relevance | path

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

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