Searched refs:maxobj (Results 1 – 1 of 1) sorted by relevance
652 uint64_t maxobj = DNODES_PER_BLOCK * in dump_freeobjects() local661 if (maxobj > 0) { in dump_freeobjects()662 if (maxobj <= firstobj) in dump_freeobjects()665 if (maxobj < firstobj + numobjs) in dump_freeobjects()666 numobjs = maxobj - firstobj; in dump_freeobjects()