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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acache.c38 static acache4_hash_t *acache4; variable
78 hp = &acache4[acache4hash(rp, cr)];
118 hp = &acache4[acache4hash(rp, cr)];
229 acache4 = kmem_alloc(acache4size * sizeof (*acache4), KM_SLEEP);
231 acache4[i].next = (acache4_t *)&acache4[i];
232 acache4[i].prev = (acache4_t *)&acache4[i];
233 rw_init(&acache4[
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode4.h58 struct acache4 *next;
59 struct acache4 *prev;
63 typedef struct acache4 { struct
64 struct acache4 *next; /* next and prev must be first */
65 struct acache4 *prev;
70 struct acache4 *list;

Completed in 45 milliseconds