Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_send.c633 dump_freeobjects(dmu_send_cookie_t *dscp, uint64_t firstobj, uint64_t numobjs) in dump_freeobjects() argument
649 if (maxobj < firstobj + numobjs) in dump_freeobjects()
650 numobjs = maxobj - firstobj; in dump_freeobjects()
673 drrfo->drr_numobjs += numobjs; in dump_freeobjects()
687 drrfo->drr_numobjs = numobjs; in dump_freeobjects()