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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dautofs.h286 extern int unmount_subtree(fnnode_t *, boolean_t);
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c2278 unmount_subtree(fnnode_t *rootfnp, boolean_t force) function
2289 AUTOFS_DPRINT((10, "unmount_subtree: root=%p (%s)\n", (void *)rootfnp,
2485 * unmount_subtree() for each of them.
2492 (void) unmount_subtree(fnp, force);
H A Dauto_vnops.c1470 if (unmount_subtree(fnp, B_TRUE) != 0) {

Completed in 76 milliseconds