Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/nfs/
H A Drnode4.h63 typedef struct acache4 { struct
64 struct acache4 *next; /* next and prev must be first */ argument
65 struct acache4 *prev; argument
70 struct acache4 *list; argument
71 struct acache4_hash *hashq; argument
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_acache.c38 static acache4_hash_t *acache4; variable