Searched refs:strict_limit (Results 1 – 4 of 4) sorted by relevance
310 unsigned int strict_limit; in strict_limit_store() local313 ret = kstrtouint(buf, 10, &strict_limit); in strict_limit_store()317 ret = bdi_set_strict_limit(bdi, strict_limit); in strict_limit_store()332 static DEVICE_ATTR_RW(strict_limit);
798 int bdi_set_strict_limit(struct backing_dev_info *bdi, unsigned int strict_limit) in bdi_set_strict_limit() argument800 if (strict_limit > 1) in bdi_set_strict_limit()804 if (strict_limit) in bdi_set_strict_limit()
116 int bdi_set_strict_limit(struct backing_dev_info *bdi, unsigned int strict_limit);
116 What: /sys/class/bdi/<bdi>/strict_limit
Completed in 25 milliseconds