Lines Matching refs:strictlimit
943 * The strictlimit feature is a tool preventing mistrusted filesystems
948 * 1% by default. Without strictlimit feature, fuse writeback may
963 * because we want to throttle process writing to a strictlimit wb
989 * Typically, for strictlimit case, wb_setpoint << setpoint
995 * wb's) while given strictlimit wb is below limit.
999 * activity in the system coming from a single strictlimit wb
1304 * For strictlimit case, calculations above were based on wb counters
1591 bool strictlimit = bdi->capabilities & BDI_CAP_STRICTLIMIT;
1607 if (unlikely(strictlimit)) {
1633 if (unlikely(strictlimit)) {
1648 * when the wb limits are ramping up in case of !strictlimit.
1650 * In strictlimit case make decision based on the wb counters
1652 * up are the price we consciously pay for strictlimit-ing.
1684 if (!strictlimit) {
1699 ((gdtc->dirty > gdtc->thresh) || strictlimit);
1711 if (!strictlimit) {
1726 ((mdtc->dirty > mdtc->thresh) || strictlimit);