OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fu_next
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/repquota/
repquota.c
79
struct fileusage *
fu_next
;
member in struct:fileusage
473
for (fup = fuhead[idtype][id & (FUHASH-1)]; fup != 0; fup = fup->
fu_next
)
489
*fupp = fup->
fu_next
;
492
fupp = &fup->
fu_next
;
536
fup->
fu_next
= *fhp;
/src/usr.sbin/quotacheck/
quotacheck.c
113
struct fileusage *
fu_next
;
member in struct:fileusage
666
for (fup = fuhead[type][id & (FUHASH-1)]; fup != 0; fup = fup->
fu_next
)
690
fup->
fu_next
= *fhp;
715
for (fup = *cup; fup != 0; fup = fup->
fu_next
) {
Completed in 14 milliseconds
Indexes created Sun Sep 28 12:09:53 GMT 2025