Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/fs/
H A Dufs_acl.h89 struct si *s_forw; /* inode hash next */ member
118 #define s_prev s_forw
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c1722 for (sp = si_cachei[SI_HASH(ip->i_shadow)]; sp; sp = sp->s_forw) in si_cachei_get()
1815 sp->s_forw = *tspp; in si_cache_put()
1889 for (tspp = &si_cachei[hash]; *tspp; tspp = &(*tspp)->s_forw) { in si_cache_del()
1891 *tspp = sp->s_forw; in si_cache_del()
2080 *tspp = (*tspp)->s_forw; in ufs_si_cache_flush()
2084 tspp = &(*tspp)->s_forw; in ufs_si_cache_flush()