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

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
blkptr.c 89 * buf must be at least BPE_GET_PSIZE(bp) bytes long (which will never be
102 psize = BPE_GET_PSIZE(bp);
dmu_send.c 393 drrw->drr_psize = BPE_GET_PSIZE(bp);
zio.c 1230 BP_IS_EMBEDDED(bp) ? BPE_GET_PSIZE(bp) : BP_GET_PSIZE(bp);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
spa.h 313 #define BPE_GET_PSIZE(bp) \
569 (u_longlong_t)BPE_GET_PSIZE(bp), \
  /src/external/cddl/osnet/dist/cmd/zdb/
zdb.c 1206 (u_longlong_t)BPE_GET_PSIZE(bp),
2373 [BPE_GET_PSIZE(bp)]++;

Completed in 23 milliseconds