Searched refs:strict_limit (Results 1 – 4 of 4) sorted by relevance
435 unsigned int strict_limit; in strict_limit_store() local438 ret = kstrtouint(buf, 10, &strict_limit); in strict_limit_store()442 ret = bdi_set_strict_limit(bdi, strict_limit); in strict_limit_store()457 static DEVICE_ATTR_RW(strict_limit);
822 int bdi_set_strict_limit(struct backing_dev_info *bdi, unsigned int strict_limit) in bdi_set_strict_limit() argument824 if (strict_limit > 1) in bdi_set_strict_limit()828 if (strict_limit) in bdi_set_strict_limit()
114 int bdi_set_strict_limit(struct backing_dev_info *bdi, unsigned int strict_limit);
116 What: /sys/class/bdi/<bdi>/strict_limit