Searched refs:dev_queue_read_ahead_path (Results 1 – 2 of 2) sorted by relevance
17 static char dev_queue_read_ahead_path[PATH_MAX];197 if (dev_queue_read_ahead_path[0]) in thp_write_num() 198 settings->read_ahead_kb = read_num(dev_queue_read_ahead_path); in thp_write_num() 248 if (dev_queue_read_ahead_path[0]) in thp_read_settings() 249 write_num(dev_queue_read_ahead_path, settings->read_ahead_kb); in thp_read_settings() 312 dev_queue_read_ahead_path[0] = '\0'; in thp_push_settings() 316 strncpy(dev_queue_read_ahead_path, path, in thp_push_settings() 317 sizeof(dev_queue_read_ahead_path));318 dev_queue_read_ahead_path[sizeof(dev_queue_read_ahead_path) 16 static char dev_queue_read_ahead_path[PATH_MAX]; global() variable [all...]
71 char dev_queue_read_ahead_path[PATH_MAX]; member116 thp_set_read_ahead_path(finfo.dev_queue_read_ahead_path); in save_settings()168 if (snprintf(finfo.dev_queue_read_ahead_path, in get_finfo()169 sizeof(finfo.dev_queue_read_ahead_path), in get_finfo()172 >= sizeof(finfo.dev_queue_read_ahead_path)) { in get_finfo()197 if (snprintf(finfo.dev_queue_read_ahead_path, in get_finfo()198 sizeof(finfo.dev_queue_read_ahead_path), in get_finfo()200 str) >= sizeof(finfo.dev_queue_read_ahead_path)) { in get_finfo()