Lines Matching refs:FUSE_MOUNT_OPT
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("blkdev", blkdev),
120 FUSE_MOUNT_OPT("fsname=%s", fsname),