Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_sys.c42 case AUTOFS_UNMOUNTALL: { /* attempt to remove all autofs mounts */ in autofssys()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dautofs.h364 enum autofssys_op { AUTOFS_UNMOUNTALL, AUTOFS_SETDOOR }; enumerator
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c216 r = _autofssys(AUTOFS_UNMOUNTALL, (void *)zoneid); in autofs_cleanup()