Function: tramp-fuse-cleanup-all
tramp-fuse-cleanup-all is a byte-compiled function defined in
tramp-fuse.el.gz.
Signature
(tramp-fuse-cleanup-all)
Documentation
Unmount all fuse volumes used by Tramp.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-fuse.el.gz
(defun tramp-fuse-cleanup-all ()
"Unmount all fuse volumes used by Tramp."
(and tramp-fuse-unmount-on-cleanup
(mapc #'tramp-fuse-unmount tramp-fuse-mount-points)))