Lines Matching refs:mountpoint
363 void fuse_kern_unmount(const char *mountpoint, int fd)
370 if (!mountpoint)
390 fusermount(1, 0, 1, "", mountpoint);
393 fuse_mnt_umount("fuse", mountpoint, 1);
397 res = umount2(mountpoint, 2);
407 { FUSERMOUNT_PROG, "-u", "-q", "-z", "--", mountpoint, NULL };
418 static int fuse_mount_fusermount(const char *mountpoint, const char *opts,
425 if (!mountpoint) {
426 fprintf(stderr, "fuse: missing mountpoint\n");
461 argv[a++] = mountpoint;
493 fprintf(stderr, "fuse: missing mountpoint\n");
499 fprintf(stderr ,"fuse: failed to access mountpoint %s: %s\n",
610 int fuse_kern_mount(const char *mountpoint, struct fuse_args *args)
690 res = fusermount(0, 0, 0, mnt_opts ? mnt_opts : "", mountpoint);
696 res = fuse_mount_sys(mountpoint, &mo, mnt_opts);
712 res = fuse_mount_fusermount(mountpoint, tmp_opts, 1);
715 res = fuse_mount_fusermount(mountpoint, mnt_opts, 0);
717 res = fuse_mount_fusermount(mountpoint, mnt_opts, 0);