Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fs/
H A Dautofs.h286 extern int unmount_subtree(fnnode_t *, boolean_t);
/titanic_50/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c2278 unmount_subtree(fnnode_t *rootfnp, boolean_t force) in unmount_subtree() function
2492 (void) unmount_subtree(fnp, force); in unmount_tree()
H A Dauto_vnops.c1470 if (unmount_subtree(fnp, B_TRUE) != 0) { in auto_trigger_mount()