Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
Dzfs_ioctl.h188 uint64_t drr_firstobj; member
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Ddmu_send.c448 if (drrfo->drr_firstobj + drrfo->drr_numobjs == firstobj) { in dump_freeobjects()
462 drrfo->drr_firstobj = firstobj; in dump_freeobjects()
1953 DO64(drr_freeobjects.drr_firstobj); in byteswap_record()
2167 if (drrfo->drr_firstobj + drrfo->drr_numobjs < drrfo->drr_firstobj) in receive_freeobjects()
2170 for (obj = drrfo->drr_firstobj; in receive_freeobjects()
2171 obj < drrfo->drr_firstobj + drrfo->drr_numobjs && next_err == 0; in receive_freeobjects()