Lines Matching defs:mountpoint
43 fuse_mount_v26(const char *mountpoint, struct fuse_args *args) {
50 nominal_fd = fuse_mount_v25(mountpoint, args);
63 fuse_unmount_v26(const char *mountpoint, struct fuse_chan *ch) {
67 if (strcmp(mountpoint, fuse_chan_mountpoint(ch)) != 0)
68 warnx("%s: mountpoint `%s' differs from that was passed to fuse_mount(): %s",
69 __func__, mountpoint, fuse_chan_mountpoint(ch));
74 fuse_unmount_v11(mountpoint);
95 char **mountpoint, int *multithreaded,
104 *mountpoint = opts.mountpoint; /* Transfer the ownership of the string. */
111 char *mountpoint __attribute__((__unused__))) {