HomeSort by: relevance | last modified time | path
    Searched refs:drr_free (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zfs_ioctl.h 207 struct drr_free { struct
242 DRR_WRITE, DRR_FREE, DRR_END, DRR_WRITE_BYREF,
252 struct drr_free drr_free; member in union:dmu_replay_record::__anon9050
  /src/external/cddl/osnet/dist/cmd/zstreamdump/
zstreamdump.c 212 struct drr_free *drrf = &thedrr.drr_u.drr_free;
527 case DRR_FREE:
617 (void) printf("\tTotal DRR_FREE records = %lld\n",
618 (u_longlong_t)drr_record_count[DRR_FREE]);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dmu_send.c 222 * Fill in the drr_free struct, or perform aggregation if the previous record is
233 struct drr_free *drrf = &(dsp->dsa_drr->drr_u.drr_free);
258 * same type (i.e., DRR_FREE records can only be aggregated with
259 * other DRR_FREE records. DRR_FREEOBJECTS records can only be
294 dsp->dsa_drr->drr_type = DRR_FREE;
433 * blocks of the same type (i.e., DRR_FREE records can only be
434 * aggregated with other DRR_FREE records. DRR_FREEOBJECTS records
1986 case DRR_FREE:
1987 DO64(drr_free.drr_object)
    [all...]

Completed in 64 milliseconds