Searched refs:s_forw (Results 1 – 2 of 2) sorted by relevance
89 struct si *s_forw; /* inode hash next */ member118 #define s_prev s_forw
1722 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()