Searched refs:FUSE_MOUNT_OPT (Results 1 - 2 of 2) sorted by relevance
/third_party/ntfs-3g/libfuse-lite/ |
H A D | mount.c | 78 #define FUSE_MOUNT_OPT(t, p) { t, offsetof(struct mount_opts, p), 1 } macro 82 FUSE_MOUNT_OPT("allow_other", allow_other), 83 FUSE_MOUNT_OPT("allow_root", allow_root), 84 FUSE_MOUNT_OPT("nonempty", nonempty), 85 FUSE_MOUNT_OPT("blkdev", blkdev), 86 FUSE_MOUNT_OPT("fsname=%s", fsname), 87 FUSE_MOUNT_OPT("subtype=%s", subtype), 117 FUSE_MOUNT_OPT("allow_other", allow_other), 118 FUSE_MOUNT_OPT("allow_root", allow_root), 119 FUSE_MOUNT_OPT("blkde [all...] |
/third_party/libfuse/lib/ |
H A D | mount.c | 79 #define FUSE_MOUNT_OPT(t, p) { t, offsetof(struct mount_opts, p), 1 } macro 82 FUSE_MOUNT_OPT("allow_other", allow_other), 83 FUSE_MOUNT_OPT("blkdev", blkdev), 84 FUSE_MOUNT_OPT("auto_unmount", auto_unmount), 85 FUSE_MOUNT_OPT("fsname=%s", fsname), 86 FUSE_MOUNT_OPT("max_read=%u", max_read), 87 FUSE_MOUNT_OPT("subtype=%s", subtype),
|
Completed in 2 milliseconds