Lines Matching refs:hydration_threshold
119 unsigned int hydration_threshold;
1106 if (current_volume > READ_ONCE(clone->hydration_threshold))
1422 DMEMIT("%u hydration_threshold %u hydration_batch_size %u ", count,
1423 READ_ONCE(clone->hydration_threshold),
1544 * E.g. 'hydration_threshold 256'
1600 clone->hydration_threshold = DEFAULT_HYDRATION_THRESHOLD;
1619 if (!strcasecmp(arg_name, "hydration_threshold")) {
1621 ti->error = "Invalid value for argument `hydration_threshold'";
1624 clone->hydration_threshold = value;
2124 WRITE_ONCE(clone->hydration_threshold, nr_regions);
2127 * If user space sets hydration_threshold to zero then the hydration
2128 * will stop. If at a later time the hydration_threshold is increased
2172 if (!strcasecmp(argv[0], "hydration_threshold")) {