Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/fstyp/
HDzfs.c49 vdev_label_t *vdev_label = NULL; in fstyp_zfs() local
61 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()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/
HDMakefile.files90 vdev_label.o \
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDvdev_impl.h274 typedef struct vdev_label { struct
/NextBSD/sys/boot/zfs/
HDzfsimpl.c881 vdev_phys_t *vdev_label = (vdev_phys_t *) zap_scratch; in vdev_probe() local
913 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()
/NextBSD/sys/cddl/boot/zfs/
HDzfsimpl.h491 typedef struct vdev_label { struct
/NextBSD/sys/conf/
HDfiles200 cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_label.c optional zfs compile-with "${ZFS_C}"