Lines Matching defs:allow_other
59 int allow_other;
82 FUSE_MOUNT_OPT("allow_other", allow_other),
88 FUSE_OPT_KEY("allow_other", KEY_KERN_OPT),
117 FUSE_MOUNT_OPT("allow_other", allow_other),
121 FUSE_OPT_KEY("allow_other", KEY_KERN_OPT),
159 " -o allow_other allow access to other users\n"
272 if (fuse_opt_add_opt(&mo->kernel_opts, "allow_other") == -1 ||
669 if (mo.allow_other && mo.allow_root) {
670 fprintf(stderr, "fuse: 'allow_other' and 'allow_root' options are mutually exclusive\n");