Lines Matching defs:firstobj
649 dump_freeobjects(dmu_send_cookie_t *dscp, uint64_t firstobj, uint64_t numobjs)
662 if (maxobj <= firstobj)
665 if (maxobj < firstobj + numobjs)
666 numobjs = maxobj - firstobj;
688 if (drrfo->drr_firstobj + drrfo->drr_numobjs == firstobj) {
702 drrfo->drr_firstobj = firstobj;
808 uint64_t firstobj, uint64_t numslots)
828 drror->drr_firstobj = firstobj;
900 uint64_t firstobj = range->start_blkid * epb;
902 firstobj, epb);