Lines Matching defs:opts
178 const char *opts)
180 return fuse_mnt_add_mount(progname, source, mnt, type, opts);
519 const char *opts)
524 (void) opts;
685 static int get_mnt_opts(int flags, char *opts, char **mnt_optsp)
699 if (add_option(mnt_optsp, opts, 0) == -1)
701 /* remove comma from end of opts*/
770 int fd, const char *opts, const char *dev, char **sourcep,
785 optbuf = (char *) malloc(strlen(opts) + 128);
791 for (s = opts, d = optbuf; *s;) {
1128 static int mount_fuse(const char *mnt, const char *opts, const char **type)
1158 fd, opts, dev, &source, &mnt_opts);
1358 const char *opts = "";
1392 opts = optarg;
1471 fd = mount_fuse(mnt, opts, &type);