Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c2282 fnnode_t *currfnp; /* currently examined node in the tree */ in unmount_subtree() local
2299 currfnp = lastfnp = rootfnp; in unmount_subtree()
2302 mutex_enter(&currfnp->fn_lock); in unmount_subtree()
2303 while (currfnp != rootfnp || rootfnp->fn_unmount_ref_time < timestamp) { in unmount_subtree()
2304 curvp = fntovn(currfnp); in unmount_subtree()
2306 (void *)currfnp, currfnp->fn_name)); in unmount_subtree()
2313 if (currfnp->fn_unmount_ref_time == timestamp && in unmount_subtree()
2314 currfnp != lastfnp) { in unmount_subtree()
2315 (void) try_unmount_node(currfnp, force); in unmount_subtree()
2316 lastfnp = currfnp; in unmount_subtree()
[all …]