Lines Matching defs:unmount
462 fprintf(stderr, "%s: failed to unmount %s: %s\n",
1272 * has already been unmounted. If we simply unmount again we can
1275 * So we unmount here only in abnormal case where fuse process has
1276 * died without unmount happening. To detect this, we first look in
1332 " -u unmount\n"
1334 " -z lazy unmount\n",
1353 static int unmount = 0;
1363 {"unmount", no_argument, NULL, 'u'},
1364 // Note: auto-unmount deliberately does not have a short version.
1366 {"auto-unmount", no_argument, NULL, 'U'},
1396 unmount = 1;
1399 unmount = 1;
1416 if (lazy && !unmount) {
1446 if (!setup_auto_unmount_only && unmount)
1530 "%s: failed to unmount %s: %s\n",