Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dautofs.h188 time_t fn_unmount_ref_time; /* last time unmount was done */ member
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c2303 while (currfnp != rootfnp || rootfnp->fn_unmount_ref_time < timestamp) { in unmount_subtree()
2313 if (currfnp->fn_unmount_ref_time == timestamp && in unmount_subtree()
2328 if (currfnp->fn_unmount_ref_time >= timestamp || in unmount_subtree()
2362 if (currfnp->fn_unmount_ref_time < timestamp) in unmount_subtree()
2363 currfnp->fn_unmount_ref_time = timestamp; in unmount_subtree()