Lines Matching refs:strictlimit
1029 * The strictlimit feature is a tool preventing mistrusted filesystems
1034 * 1% by default. Without strictlimit feature, fuse writeback may
1049 * because we want to throttle process writing to a strictlimit wb
1075 * Typically, for strictlimit case, wb_setpoint << setpoint
1081 * wb's) while given strictlimit wb is below limit.
1085 * activity in the system coming from a single strictlimit wb
1390 * For strictlimit case, calculations above were based on wb counters
1688 bool strictlimit = bdi->capabilities & BDI_CAP_STRICTLIMIT;
1705 if (unlikely(strictlimit)) {
1731 if (unlikely(strictlimit)) {
1759 * when the wb limits are ramping up in case of !strictlimit.
1761 * In strictlimit case make decision based on the wb counters
1763 * up are the price we consciously pay for strictlimit-ing.
1796 if (!strictlimit) {
1811 ((gdtc->dirty > gdtc->thresh) || strictlimit);
1823 if (!strictlimit) {
1838 ((mdtc->dirty > mdtc->thresh) || strictlimit);