Searched refs:currfnp (Results 1 – 1 of 1) sorted by relevance
2280 fnnode_t *currfnp; /* currently examined node in the tree */ in unmount_subtree() local2297 currfnp = lastfnp = rootfnp; in unmount_subtree()2300 mutex_enter(&currfnp->fn_lock); in unmount_subtree()2301 while (currfnp != rootfnp || rootfnp->fn_unmount_ref_time < timestamp) { in unmount_subtree()2302 curvp = fntovn(currfnp); in unmount_subtree()2304 (void *)currfnp, currfnp->fn_name)); in unmount_subtree()2311 if (currfnp->fn_unmount_ref_time == timestamp && in unmount_subtree()2312 currfnp != lastfnp) { in unmount_subtree()2313 (void) try_unmount_node(currfnp, force); in unmount_subtree()2314 lastfnp = currfnp; in unmount_subtree()[all …]