OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:un_cache
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/union/
union_subr.c
140
LIST_REMOVE(un,
un_cache
);
142
LIST_INSERT_HEAD(&hash[val], un,
un_cache
);
179
LIST_REMOVE(un,
un_cache
);
186
LIST_INSERT_HEAD(&uhashtbl[nhash], un,
un_cache
);
223
LIST_REMOVE(un,
un_cache
);
242
LIST_INSERT_HEAD(&uhashtbl[nhash], un,
un_cache
);
314
LIST_REMOVE(un,
un_cache
);
405
LIST_FOREACH(un, &uhashtbl[hash[try]],
un_cache
) {
502
LIST_FOREACH(un1, &uhashtbl[hash[0]],
un_cache
) {
515
LIST_INSERT_HEAD(&uhashtbl[hash[0]], un,
un_cache
);
[
all
...]
union.h
122
LIST_ENTRY(union_node)
un_cache
; /* c: Hash chain */
Completed in 46 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025