Searched refs:fuse_loop_config (Results 1 - 15 of 15) sorted by relevance
/third_party/libfuse/include/ |
H A D | fuse_common.h | 126 struct fuse_loop_config { struct 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 *confi [all...] |
H A D | fuse_lowlevel.h | 2090 int fuse_session_loop_mt_32(struct fuse_session *se, struct fuse_loop_config *config); 2105 int fuse_session_loop_mt(struct fuse_session *se, struct fuse_loop_config *config); 2107 int fuse_session_loop_mt_312(struct fuse_session *se, struct fuse_loop_config *config);
|
H A D | fuse.h | 1036 int fuse_loop_mt_32(struct fuse *f, struct fuse_loop_config *config); 1071 int fuse_loop_mt(struct fuse *f, struct fuse_loop_config *config);
|
/third_party/libfuse/lib/ |
H A D | fuse_loop_mt.c | 327 int fuse_session_loop_mt_312(struct fuse_session *se, struct fuse_loop_config *config); 329 int fuse_session_loop_mt_312(struct fuse_session *se, struct fuse_loop_config *config) in fuse_session_loop_mt_312() 399 struct fuse_loop_config *config = NULL; in fuse_session_loop_mt_32() 422 struct fuse_loop_config *config = fuse_loop_cfg_create(); in fuse_session_loop_mt_31() 428 struct fuse_loop_config *fuse_loop_cfg_create(void) in fuse_loop_cfg_create() 430 struct fuse_loop_config *config = calloc(1, sizeof(*config)); in fuse_loop_cfg_create() 442 void fuse_loop_cfg_destroy(struct fuse_loop_config *config) in fuse_loop_cfg_destroy() 447 int fuse_loop_cfg_verify(struct fuse_loop_config *config) in fuse_loop_cfg_verify() 455 void fuse_loop_cfg_convert(struct fuse_loop_config *config, in fuse_loop_cfg_convert() 463 void fuse_loop_cfg_set_idle_threads(struct fuse_loop_config *confi [all...] |
H A D | fuse_i.h | 100 struct fuse_loop_config struct 183 int fuse_loop_mt_312(struct fuse *f, struct fuse_loop_config *config); 184 int fuse_session_loop_mt_312(struct fuse_session *se, struct fuse_loop_config *config); 191 int fuse_loop_cfg_verify(struct fuse_loop_config *config);
|
H A D | helper.c | 314 struct fuse_loop_config *loop_config = NULL; in fuse_main_real()
|
H A D | cuse_lowlevel.c | 354 struct fuse_loop_config *config = fuse_loop_cfg_create(); in cuse_lowlevel_main()
|
H A D | fuse.c | 4553 int fuse_loop_mt_312(struct fuse *f, struct fuse_loop_config *config) in fuse_loop_mt_312() 4571 struct fuse_loop_config *config = fuse_loop_cfg_create(); in fuse_loop_mt_32() 4589 struct fuse_loop_config *config = fuse_loop_cfg_create(); in fuse_loop_mt_31()
|
/third_party/libfuse/example/ |
H A D | invalidate_path.c | 215 struct fuse_loop_config config; in main()
|
H A D | hello_ll.c | 220 struct fuse_loop_config config; in main()
|
H A D | notify_store_retrieve.c | 353 struct fuse_loop_config config; in main()
|
H A D | notify_inval_entry.c | 310 struct fuse_loop_config config; in main()
|
H A D | notify_inval_inode.c | 292 struct fuse_loop_config config; in main()
|
H A D | passthrough_hp.cc | 1298 struct fuse_loop_config *loop_config = NULL; in main()
|
H A D | passthrough_ll.c | 1186 struct fuse_loop_config config; in main()
|
Completed in 25 milliseconds