Home
last modified time | relevance | path

Searched refs:maxobj (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Ddmu_send.c641 uint64_t maxobj = DNODES_PER_BLOCK * in dump_freeobjects() local
650 if (maxobj > 0) { in dump_freeobjects()
651 if (maxobj <= firstobj) in dump_freeobjects()
654 if (maxobj < firstobj + numobjs) in dump_freeobjects()
655 numobjs = maxobj - firstobj; in dump_freeobjects()