Home | History | Annotate | Download | only in core

Lines Matching full:maxsize

1973   maxsize=$$(($(2) - reserve)); \
1974 echo "$$printname maxsize=$$maxsize blocksize=$$img_blocksize total=$$total reserve=$$reserve"; \
1975 if [ "$$total" -gt "$$maxsize" ]; then \
1978 elif [ "$$total" -gt $$((maxsize - 32768)) ]; then \
1979 echo "WARNING: $$printname approaching size limit ($$total now; limit $$maxsize)"; \