Searched refs:hsfs_next (Results 1 – 3 of 3) sorted by relevance
394 for (tspp = &hs_mounttab; *tspp != NULL; tspp = &(*tspp)->hsfs_next) { in hsfs_unmount()404 *tspp = fsp->hsfs_next; in hsfs_unmount()715 for (tsp = hs_mounttab; tsp != NULL; tsp = tsp->hsfs_next) { in hs_mountfs()723 fsp->hsfs_next = hs_mounttab; in hs_mountfs()973 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()
250 struct hsfs *hsfs_next; /* ptr to next entry in linked list */ member