Lines Matching refs:mnt_point
4510 fc = fuse_mount(opts.mnt_point, &margs);
4566 fuse_unmount(opts.mnt_point, ctx->fc);
4660 if (opts.mnt_point[0] == '/')
4661 ctx->abs_mnt_point = strdup(opts.mnt_point);
4665 if ((strlen(opts.mnt_point) < PATH_MAX)
4667 PATH_MAX - strlen(opts.mnt_point) - 1)) {
4669 strcat(ctx->abs_mnt_point, opts.mnt_point);
4672 opts.mnt_point = ctx->abs_mnt_point;
4687 if ((opts.mnt_point[0] == '/')
4688 && !stat(opts.mnt_point,&sbuf)) {
4854 fuse_unmount(opts.mnt_point, ctx->fc);
4857 ntfs_mount_error(opts.device, opts.mnt_point, err);