HomeSort by relevance Sort by last modified time
    Searched defs:dva_t (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
spa.h 83 * The members of the dva_t should be considered opaque outside the SPA.
87 } dva_t; typedef in typeref:struct:dva
160 dva_t blk_dva[SPA_DVAS_PER_BP]; /* Data Virtual Addresses */
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/sys/
spa.h 111 * The members of the dva_t should be considered opaque outside the SPA.
115 } dva_t; typedef in typeref:struct:dva
188 dva_t blk_dva[SPA_DVAS_PER_BP]; /* Data Virtual Addresses */
357 const dva_t *dva = &bp->blk_dva[d]; \
589 extern uint64_t dva_get_dsize_sync(spa_t *spa, const dva_t *dva);

Completed in 252 milliseconds