Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/zstreamdump/
H A Dzstreamdump.c436 drrfo->drr_firstobj = in main()
437 BSWAP_64(drrfo->drr_firstobj); in main()
445 (u_longlong_t)drrfo->drr_firstobj, in main()
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_ioctl.h176 uint64_t drr_firstobj; member
/titanic_44/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c371 if (drrfo->drr_firstobj + drrfo->drr_numobjs == firstobj) { in dump_freeobjects()
385 drrfo->drr_firstobj = firstobj; in dump_freeobjects()
1800 DO64(drr_freeobjects.drr_firstobj); in byteswap_record()
2013 if (drrfo->drr_firstobj + drrfo->drr_numobjs < drrfo->drr_firstobj) in receive_freeobjects()
2016 for (obj = drrfo->drr_firstobj; in receive_freeobjects()
2017 obj < drrfo->drr_firstobj + drrfo->drr_numobjs; in receive_freeobjects()