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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c68 si_t **si_cachei; /* The 'by inode' cache chains */ variable
1722 for (sp = si_cachei[SI_HASH(ip->i_shadow)]; sp; sp = sp->s_forw)
1814 tspp = &si_cachei[SI_HASH(sp->s_shadow)];
1889 for (tspp = &si_cachei[hash]; *tspp; tspp = &(*tspp)->s_forw) {
1918 si_cachei = kmem_zalloc(si_cachecnt * sizeof (si_t *), KM_SLEEP);
2076 tspp = &si_cachei[i];

Completed in 57 milliseconds