Searched refs:allow_other (Results 1 - 4 of 4) sorted by relevance
/third_party/libfuse/lib/ |
H A D | mount_bsd.c | 42 int allow_other; member 51 { "allow_other", offsetof(struct mount_opts, allow_other), 1 }, 80 FUSE_DUAL_OPT_KEY("allow_other", KEY_KERN),
|
H A D | mount.c | 66 int allow_other; member 82 FUSE_MOUNT_OPT("allow_other", allow_other), 88 FUSE_OPT_KEY("allow_other", KEY_KERN_OPT),
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | mount.c | 59 int allow_other; member 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" in mount_help() 272 if (fuse_opt_add_opt(&mo->kernel_opts, "allow_other") == -1 || in fuse_mount_opt_proc() 669 if (mo.allow_other in fuse_kern_mount() [all...] |
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 185 pub allow_other: ::c_int,
|
Completed in 6 milliseconds