Home
last modified time | relevance | path

Searched defs:acache (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/nfs/
H A Drnode.h52 typedef struct acache { struct
53 struct acache *next; /* next and prev must be first */ argument
54 struct acache *prev; argument
59 struct acache *list; argument
60 struct acache_hash *hashq; argument
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c157 static acache_hash_t *acache; variable