Searched refs:max_orig (Results 1 – 1 of 1) sorted by relevance
258 local max_orig=${fs%%/*}259 local max_repl=$((max_orig/4))261 if [ $orig_cnt -gt $max_orig ];then262 echo "FAIL: $what: original counter $orig_cnt exceeds expected value $max_orig" 1>&2