Lines Matching refs:fuse_loop_config
126 struct fuse_loop_config {
884 struct fuse_loop_config *fuse_loop_cfg_create(void);
889 void fuse_loop_cfg_destroy(struct fuse_loop_config *config);
892 * fuse_loop_config setter to set the number of max idle threads.
894 void fuse_loop_cfg_set_idle_threads(struct fuse_loop_config *config,
898 * fuse_loop_config setter to set the number of max threads.
900 void fuse_loop_cfg_set_max_threads(struct fuse_loop_config *config,
904 * fuse_loop_config setter to enable the clone_fd feature
906 void fuse_loop_cfg_set_clone_fd(struct fuse_loop_config *config,
915 void fuse_loop_cfg_convert(struct fuse_loop_config *config,