Searched defs: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
1765 for (sp = si_cachea[SI_HASH(spi->s_signature)]; sp; sp = sp->s_next) {
1809 tspp = &si_cachea[SI_HASH(sp->s_signature)];
1851 for (tspp = &si_cachea[hash]; *tspp; tspp = &(*tspp)->s_next) {
1916 si_cachea = kmem_zalloc(si_cachecnt * sizeof (si_t *), KM_SLEEP);
2066 tspp = &si_cachea[i];

Completed in 48 milliseconds