Lines Matching defs:mountpoint
77 char *mountpoint;
181 (void) fprintf(stderr, gettext("usage: %s mountpoint [opts]\n\n"),
220 if (!hopts->mountpoint) {
221 char mountpoint[PATH_MAX];
222 if (realpath(arg, mountpoint) == NULL) {
229 return (fuse_opt_add_opt(&hopts->mountpoint,
230 mountpoint));
248 fuse_parse_cmdline(struct fuse_args *args, char **mountpoint,
260 if (mountpoint)
261 *mountpoint = hopts.mountpoint;
263 libfuse_strfree(hopts.mountpoint);
268 libfuse_strfree(hopts.mountpoint);
343 fuse_unmount(const char *mountpoint, struct fuse_chan *chan)
346 (void) umount2(mountpoint, 0);