Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c72 #define SI_HASH(S) ((int)(S) & (si_cachecnt - 1)) macro
1716 for (sp = si_cachei[SI_HASH(ip->i_shadow)]; sp; sp = sp->s_forw) in si_cachei_get()
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()
1808 tspp = &si_cachei[SI_HASH(sp->s_shadow)]; in si_cache_put()
1844 hash = SI_HASH(signature); in si_cache_del()
1882 hash = SI_HASH(sp->s_shadow); in si_cache_del()