Home
last modified time | relevance | path

Searched refs: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
1716 for (sp = si_cachei[SI_HASH(ip->i_shadow)]; sp; sp = sp->s_forw) in si_cachei_get()
1808 tspp = &si_cachei[SI_HASH(sp->s_shadow)]; in si_cache_put()
1883 for (tspp = &si_cachei[hash]; *tspp; tspp = &(*tspp)->s_forw) { in si_cache_del()
1912 si_cachei = kmem_zalloc(si_cachecnt * sizeof (si_t *), KM_SLEEP); in si_cache_init()
2070 tspp = &si_cachei[i]; in ufs_si_cache_flush()