Searched refs:vdev_label (Results 1 – 6 of 6) sorted by relevance
49 vdev_label_t *vdev_label = NULL; in fstyp_zfs() local61 vdev_label = (vdev_label_t *)read_buf(fp, 0, sizeof(*vdev_label)); in fstyp_zfs()62 if (vdev_label == NULL) in fstyp_zfs()65 vdev_phys = &(vdev_label->vl_vdev_phys); in fstyp_zfs()75 free(vdev_label); in fstyp_zfs()
90 vdev_label.o \
274 typedef struct vdev_label { struct
881 vdev_phys_t *vdev_label = (vdev_phys_t *) zap_scratch; in vdev_probe() local913 if (vdev_read_phys(&vtmp, &bp, vdev_label, off, 0)) in vdev_probe()916 if (vdev_label->vp_nvlist[0] != NV_ENCODE_XDR) { in vdev_probe()920 nvlist = (const unsigned char *) vdev_label->vp_nvlist + 4; in vdev_probe()
491 typedef struct vdev_label { struct
200 cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_label.c optional zfs compile-with "${ZFS_C}"