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