Home
last modified time | relevance | path

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

/third_party/libfuse/lib/
H A Dmount.c68 int auto_unmount; member
84 FUSE_MOUNT_OPT("auto_unmount", auto_unmount),
89 FUSE_OPT_KEY("auto_unmount", KEY_FUSERMOUNT_OPT),
431 if (!mo->auto_unmount) { in fuse_mount_fusermount()
432 /* with auto_unmount option fusermount3 will not exit until in fuse_mount_fusermount()
633 if (res >= 0 && mo->auto_unmount) { in fuse_kern_mount()
/third_party/libfuse/util/
H A Dfusermount.c46 static int auto_unmount = 0; variable
817 } else if (opt_eq(s, len, "auto_unmount")) { in do_mount()
818 auto_unmount = 1; in do_mount()
1269 /* The parent fuse process has died: decide whether to auto_unmount.
1400 auto_unmount = 1; in main()
1482 if (!auto_unmount) { in main()

Completed in 3 milliseconds