OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dirhash_entry
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
dirhash.h
43
struct
dirhash_entry
{
struct
48
LIST_ENTRY(
dirhash_entry
) next;
56
LIST_HEAD(,
dirhash_entry
) entries[DIRHASH_HASHSIZE];
57
LIST_HEAD(,
dirhash_entry
) free_entries;
80
struct
dirhash_entry
**);
82
struct
dirhash_entry
**);
dirhash.h
43
struct
dirhash_entry
{
struct
48
LIST_ENTRY(
dirhash_entry
) next;
56
LIST_HEAD(,
dirhash_entry
) entries[DIRHASH_HASHSIZE];
57
LIST_HEAD(,
dirhash_entry
) free_entries;
80
struct
dirhash_entry
**);
82
struct
dirhash_entry
**);
Completed in 29 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025