Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/fs/
H A Dautofs.h188 time_t fn_unmount_ref_time; /* last time unmount was done */ member
/titanic_44/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c2301 while (currfnp != rootfnp || rootfnp->fn_unmount_ref_time < timestamp) { in unmount_subtree()
2311 if (currfnp->fn_unmount_ref_time == timestamp && in unmount_subtree()
2326 if (currfnp->fn_unmount_ref_time >= timestamp || in unmount_subtree()
2360 if (currfnp->fn_unmount_ref_time < timestamp) in unmount_subtree()
2361 currfnp->fn_unmount_ref_time = timestamp; in unmount_subtree()