Lines Matching refs:kernel_opts
75 char *kernel_opts;
272 if (fuse_opt_add_opt(&mo->kernel_opts, "allow_other") == -1 ||
285 return fuse_opt_add_opt(&mo->kernel_opts, arg);
524 res = fuse_opt_add_opt(&mo->kernel_opts, tmp);
548 mo->kernel_opts, MAX_MNTOPT_STR, 0, 0);
561 mo->kernel_opts, MAX_MNTOPT_STR, 0, 0);
661 if (fuse_opt_add_opt(&mo.kernel_opts, "nodevices") == -1)
664 if (fuse_opt_add_opt(&mo.kernel_opts, "nosetuid") == -1)
684 if (mo.kernel_opts && fuse_opt_add_opt(&mnt_opts, mo.kernel_opts) == -1)
692 if (mo.kernel_opts && fuse_opt_add_opt(&mnt_opts, mo.kernel_opts) == -1)
731 free(mo.kernel_opts);