Searched refs:acache4 (Results 1 – 2 of 2) sorted by relevance
38 static acache4_hash_t *acache4; variable78 hp = &acache4[acache4hash(rp, cr)]; in nfs4_access_check()118 hp = &acache4[acache4hash(rp, cr)]; in nfs4_access_cache()229 acache4 = kmem_alloc(acache4size * sizeof (*acache4), KM_SLEEP); in nfs4_acache_init()231 acache4[i].next = (acache4_t *)&acache4[i]; in nfs4_acache_init()232 acache4[i].prev = (acache4_t *)&acache4[i]; in nfs4_acache_init()233 rw_init(&acache4[i].lock, NULL, RW_DEFAULT, NULL); in nfs4_acache_init()252 rw_destroy(&acache4[i].lock); in nfs4_acache_fini()253 kmem_free(acache4, acache4size * sizeof (*acache4)); in nfs4_acache_fini()
58 struct acache4 *next;59 struct acache4 *prev;63 typedef struct acache4 { struct64 struct acache4 *next; /* next and prev must be first */ argument65 struct acache4 *prev; argument70 struct acache4 *list; argument