Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acache.c36 static acache4_hash_t *acache4; variable
76 hp = &acache4[acache4hash(rp, cr)]; in nfs4_access_check()
116 hp = &acache4[acache4hash(rp, cr)]; in nfs4_access_cache()
227 acache4 = kmem_alloc(acache4size * sizeof (*acache4), KM_SLEEP); in nfs4_acache_init()
229 acache4[i].next = (acache4_t *)&acache4[i]; in nfs4_acache_init()
230 acache4[i].prev = (acache4_t *)&acache4[i]; in nfs4_acache_init()
231 rw_init(&acache4[i].lock, NULL, RW_DEFAULT, NULL); in nfs4_acache_init()
250 rw_destroy(&acache4[i].lock); in nfs4_acache_fini()
251 kmem_free(acache4, acache4size * sizeof (*acache4)); in nfs4_acache_fini()
/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 */ argument
65 struct acache4 *prev; argument
70 struct acache4 *list; argument