HomeSort by: relevance | last modified time | path
    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