Searched refs:softb (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/edquota/
H A Dedquota.c1145 u_int64_t softb, hardb, softi, hardi; local
1157 if (intrd(str, &softb, HN_B) != 0)
1197 if (!dflag && softb &&
1198 q[QO_BLK].qv_usage >= softb &&
1204 q[QO_FL].qv_usage >= softb &&
1209 q[QO_BLK].qv_softlimit = softb;

Completed in 85 milliseconds