Lines Matching refs:config
4553 int fuse_loop_mt_312(struct fuse *f, struct fuse_loop_config *config)
4562 res = fuse_session_loop_mt_312(fuse_get_session(f), config);
4571 struct fuse_loop_config *config = fuse_loop_cfg_create();
4572 if (config == NULL)
4575 fuse_loop_cfg_convert(config, config_v1);
4577 int res = fuse_loop_mt_312(f, config);
4579 fuse_loop_cfg_destroy(config);
4589 struct fuse_loop_config *config = fuse_loop_cfg_create();
4591 if (config == NULL)
4594 fuse_loop_cfg_set_clone_fd(config, clone_fd);
4596 err = fuse_loop_mt_312(f, config);
4598 fuse_loop_cfg_destroy(config);