Home
last modified time | relevance | path

Searched refs:vl_vdev_phys (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/usr.sbin/fstyp/
H A Dzfs.c70 vdev_phys = &(vdev_label->vl_vdev_phys); in fstyp_zfs()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_disk.c628 if (nvlist_unpack(label->vl_vdev_phys.vp_nvlist, in vdev_disk_read_rootlabel()
629 sizeof (label->vl_vdev_phys.vp_nvlist), config, 0) != 0) { in vdev_disk_read_rootlabel()
H A Dvdev_label.c473 offsetof(vdev_label_t, vl_vdev_phys), in vdev_label_read_config()
826 offsetof(vdev_label_t, vl_vdev_phys), in vdev_label_init()
1184 offsetof(vdev_label_t, vl_vdev_phys), in vdev_label_sync()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dvdev_impl.h293 vdev_phys_t vl_vdev_phys; /* 112K */ member
/netbsd-src/external/cddl/osnet/dist/cmd/zinject/
H A Dtranslate.c479 record->zi_start = offsetof(vdev_label_t, vl_vdev_phys); in translate_device()
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_import.c896 if (nvlist_unpack(label->vl_vdev_phys.vp_nvlist, in zpool_read_label()
897 sizeof (label->vl_vdev_phys.vp_nvlist), config, 0) != 0) in zpool_read_label()
/netbsd-src/sbin/cgdconfig/
H A Dcgdconfig.c1221 + offsetof(vdev_label_t, vl_vdev_phys); in verify_zfs()
/netbsd-src/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb.c2165 char *path, *buf = label.vl_vdev_phys.vp_nvlist; in dump_label()
2166 size_t buflen = sizeof (label.vl_vdev_phys.vp_nvlist); in dump_label()