Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zstreamdump/
H A Dzstreamdump.c474 drrfo->drr_firstobj = in main()
475 BSWAP_64(drrfo->drr_firstobj); in main()
483 (u_longlong_t)drrfo->drr_firstobj, in main()
676 drror->drr_firstobj = in main()
677 BSWAP_64(drror->drr_firstobj); in main()
693 (u_longlong_t)drror->drr_firstobj, in main()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_ioctl.h246 uint64_t drr_firstobj; member
322 uint64_t drr_firstobj; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_recv.c991 DO64(drr_freeobjects.drr_firstobj); in byteswap_record()
1039 DO64(drr_object_range.drr_firstobj); in byteswap_record()
1470 if (drrfo->drr_firstobj + drrfo->drr_numobjs < drrfo->drr_firstobj) in receive_freeobjects()
1473 for (obj = drrfo->drr_firstobj == 0 ? 1 : drrfo->drr_firstobj; in receive_freeobjects()
1474 obj < drrfo->drr_firstobj + drrfo->drr_numobjs && next_err == 0; in receive_freeobjects()
1823 P2PHASE(drror->drr_firstobj, DNODES_PER_BLOCK) != 0 || in receive_object_range()
1827 if (drror->drr_firstobj > rwa->max_object) in receive_object_range()
1828 rwa->max_object = drror->drr_firstobj; in receive_object_range()
1836 rwa->or_firstobj = drror->drr_firstobj; in receive_object_range()
H A Ddmu_send.c456 if (drrfo->drr_firstobj + drrfo->drr_numobjs == firstobj) { in dump_freeobjects()
470 drrfo->drr_firstobj = firstobj; in dump_freeobjects()
617 drror->drr_firstobj = firstobj; in dump_object_range()