Home
last modified time | relevance | path

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

/titanic_41/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) in si_cachei_get()
1814 tspp = &si_cachei[SI_HASH(sp->s_shadow)]; in si_cache_put()
1889 for (tspp = &si_cachei[hash]; *tspp; tspp = &(*tspp)->s_forw) { in si_cache_del()
1918 si_cachei = kmem_zalloc(si_cachecnt * sizeof (si_t *), KM_SLEEP); in si_cache_init()
2076 tspp = &si_cachei[i]; in ufs_si_cache_flush()