Home
last modified time | relevance | path

Searched refs:firstobj (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
646 if (maxobj <= firstobj) in dump_freeobjects()
649 if (maxobj < firstobj + numobjs) in dump_freeobjects()
650 numobjs = maxobj - firstobj; in dump_freeobjects()
672 if (drrfo->drr_firstobj + drrfo->drr_numobjs == firstobj) { in dump_freeobjects()
686 drrfo->drr_firstobj = firstobj; in dump_freeobjects()
819 uint64_t firstobj, uint64_t numslots) in dump_object_range() argument
839 drror->drr_firstobj = firstobj; in dump_object_range()
908 uint64_t firstobj = range->start_blkid * epb; in do_dump() local
910 firstobj, epb); in do_dump()