BYTES_PER_DUMP
if (n > BYTES_PER_DUMP)
n = BYTES_PER_DUMP;
if ((totalbytesleft % (1024*1024)) < BYTES_PER_DUMP)
if (n > BYTES_PER_DUMP)
n = BYTES_PER_DUMP;
psize_t sz = round_page(MAX(BYTES_PER_DUMP, dbtob(1)));
if ((totalbytesleft % (1024*1024)) < BYTES_PER_DUMP)
if (n > BYTES_PER_DUMP)
n = BYTES_PER_DUMP;
if (n > BYTES_PER_DUMP)
n = BYTES_PER_DUMP;
return BYTES_PER_DUMP;
return (p + BYTES_PER_DUMP);
if (n > BYTES_PER_DUMP)
n = BYTES_PER_DUMP;