Lines Matching defs:opts
164 const char *opts)
166 return fuse_mnt_add_mount(progname, source, mnt, type, opts);
197 const char *opts)
202 (void) opts;
279 static int get_mnt_opts(int flags, char *opts, char **mnt_optsp)
293 if (add_option(mnt_optsp, opts, 0) == -1)
295 /* remove comma from end of opts*/
338 int fd, const char *opts, const char *dev, char **sourcep,
352 optbuf = (char *) malloc(strlen(opts) + 128);
358 for (s = opts, d = optbuf; *s;) {
593 static int mount_fuse(const char *mnt, const char *opts)
620 res = do_mount(real_mnt, &type, stbuf.st_mode & S_IFMT, fd, opts, dev,
667 int fusermount(int unmount, int quiet, int lazy, const char *opts,
698 res = mount_fuse(mnt, opts);