Lines Matching refs:get_config_bool
544 uint8_t get_config_bool(config_options_t * config, char *name) in get_config_bool() function
838 tg->read_random = get_config_bool(config, "read_random"); in init_threadgroup()
840 tg->read_skip = get_config_bool(config, "read_skip"); in init_threadgroup()
843 tg->write_random = get_config_bool(config, "write_random"); in init_threadgroup()
845 tg->fsync_file = get_config_bool(config, "fsync_file"); in init_threadgroup()
898 if (get_config_bool(config, "reuse")) in init_filesys()
901 if (get_config_bool(profile_conf->global, "directio")) in init_filesys()
904 if (get_config_bool(profile_conf->global, "bufferio")) in init_filesys()
907 if (get_config_bool(profile_conf->global, "alignio")) in init_filesys()
910 if (get_config_bool(config, "agefs")) { in init_filesys()
972 if (get_config_bool(config, "enable_stats")) { in init_tg_stats()
990 && get_config_bool(config, "enable_range")) in init_tg_stats()