Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c67 si_t **si_cachea; /* The 'by acl' cache chains */ variable
1759 for (sp = si_cachea[SI_HASH(spi->s_signature)]; sp; sp = sp->s_next) { in si_cachea_get()
1803 tspp = &si_cachea[SI_HASH(sp->s_signature)]; in si_cache_put()
1845 for (tspp = &si_cachea[hash]; *tspp; tspp = &(*tspp)->s_next) { in si_cache_del()
1910 si_cachea = kmem_zalloc(si_cachecnt * sizeof (si_t *), KM_SLEEP); in si_cache_init()
2060 tspp = &si_cachea[i]; in ufs_si_cache_flush()