Lines Matching refs:mnt_point
4219 fc = fuse_mount(opts.mnt_point, &margs);
4295 fuse_unmount(opts.mnt_point, ctx->fc);
4393 if (opts.mnt_point[0] == '/')
4394 ctx->abs_mnt_point = strdup(opts.mnt_point);
4398 if ((strlen(opts.mnt_point) < PATH_MAX)
4400 PATH_MAX - strlen(opts.mnt_point) - 1)) {
4402 strcat(ctx->abs_mnt_point, opts.mnt_point);
4405 opts.mnt_point = ctx->abs_mnt_point;
4420 if ((opts.mnt_point[0] == '/')
4421 && !stat(opts.mnt_point,&sbuf)) {
4588 fuse_unmount(opts.mnt_point, ctx->fc);
4591 ntfs_mount_error(opts.device, opts.mnt_point, err);