Searched refs:vdev_label (Results 1 – 6 of 6) sorted by relevance
48 vdev_label_t *vdev_label = NULL; in fstyp_zfs() local60 vdev_label = (vdev_label_t *)read_buf(fp, 0, sizeof(*vdev_label)); in fstyp_zfs()61 if (vdev_label == NULL) in fstyp_zfs()64 vdev_phys = &(vdev_label->vl_vdev_phys); in fstyp_zfs()74 free(vdev_label); in fstyp_zfs()
129 vdev_label.o \
414 typedef struct vdev_label { struct
1524 vdev_phys_t *vdev_label = (vdev_phys_t *) zap_scratch; in vdev_probe() local1584 memcpy(vdev_label, tmp_label, sizeof (vdev_phys_t)); in vdev_probe()1593 if (vdev_label->vp_nvlist[0] != NV_ENCODE_XDR) in vdev_probe()1596 nvlist = (const unsigned char *) vdev_label->vp_nvlist + 4; in vdev_probe()
499 typedef struct vdev_label { struct
222 cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_label.c optional zfs compile-with "${ZFS_C}"