fuse_opt
static struct fuse_opt fuse_core_opts[] = {
static struct fuse_opt fuse_lib_opts[] = {
static struct fuse_opt fuse_mount_opts[] = {
static const struct fuse_opt fuse_ll_opts[] = {
parse_opt(const struct fuse_opt *o, const char *opt, void *data,
const struct fuse_opt *opt, fuse_opt_proc_t f)
fuse_opt_match(const struct fuse_opt *opts, const char *opt)
const struct fuse_opt *this_opt = opts;
int fuse_opt_match(const struct fuse_opt *, const char *);
int fuse_opt_parse(struct fuse_args *, void *, const struct fuse_opt *,
static const struct fuse_opt emptyopts[] = {
static const struct fuse_opt opts[] = {
struct fuse_opt opts[] = {