Home
last modified time | relevance | path

Searched refs:vdev_label (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/usr.sbin/fstyp/
H A Dzfs.c48 vdev_label_t *vdev_label = NULL; in fstyp_zfs() local
60 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()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/
H A DMakefile.files129 vdev_label.o \
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dvdev_impl.h414 typedef struct vdev_label { struct
/freebsd-12.1/stand/libsa/zfs/
H A Dzfsimpl.c1524 vdev_phys_t *vdev_label = (vdev_phys_t *) zap_scratch; in vdev_probe() local
1584 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()
/freebsd-12.1/sys/cddl/boot/zfs/
H A Dzfsimpl.h499 typedef struct vdev_label { struct
/freebsd-12.1/sys/conf/
H A Dfiles222 cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_label.c optional zfs compile-with "${ZFS_C}"