Home
last modified time | relevance | path

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

/external/libfuse/lib/
Dmount.c68 int auto_unmount; member
84 FUSE_MOUNT_OPT("auto_unmount", auto_unmount),
465 if (!mo->auto_unmount) { in fuse_mount_fusermount()
667 if (res >= 0 && mo->auto_unmount) { in fuse_kern_mount()
/external/libfuse/
DChangeLog.rst29 * auto_unmount is now compatible with allow_other.
258 * The `auto_unmount` mode now works correctly in combination with
438 * Document that `-o auto_unmount` implies `-o nodev,nosuid`.