Home
last modified time | relevance | path

Searched refs:allow_root (Results 1 – 2 of 2) sorted by relevance

/third_party/ntfs-3g/libfuse-lite/
Dmount.c60 int allow_root; member
83 FUSE_MOUNT_OPT("allow_root", allow_root),
118 FUSE_MOUNT_OPT("allow_root", allow_root),
669 if (mo.allow_other && mo.allow_root) { in fuse_kern_mount()
Dfuse_lowlevel.c63 int allow_root; member
1319 else if (f->allow_root && in->uid != f->owner && in->uid != 0 && in fuse_ll_process()
1349 { "allow_root", offsetof(struct fuse_ll, allow_root), 1 },