Searched refs:hsfs_next (Results 1 – 3 of 3) sorted by relevance
393 for (tspp = &hs_mounttab; *tspp != NULL; tspp = &(*tspp)->hsfs_next) { in hsfs_unmount()403 *tspp = fsp->hsfs_next; in hsfs_unmount()714 for (tsp = hs_mounttab; tsp != NULL; tsp = tsp->hsfs_next) { in hs_mountfs()722 fsp->hsfs_next = hs_mounttab; in hs_mountfs()972 hs_mounttab = hs_mounttab->hsfs_next; in hs_getrootvp()
218 for (fsp = hs_mounttab; fsp != NULL; fsp = fsp->hsfs_next) { in hs_hsnode_cache_reclaim()
252 struct hsfs *hsfs_next; /* ptr to next entry in linked list */ member