Searched refs:vdev_draid_spare_get_child (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dvdev_draid.h102 extern vdev_t *vdev_draid_spare_get_child(vdev_t *, uint64_t);
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dvdev_draid.c1208 vd = vdev_draid_spare_get_child(vd, physical_offset);
1266 vd = vdev_draid_spare_get_child(vd, physical_offset);
1283 vd = vdev_draid_spare_get_child(vd, physical_offset);
1334 vd = vdev_draid_spare_get_child(vd, physical_offset);
1934 svd = vdev_draid_spare_get_child(svd,
2353 vdev_draid_spare_get_child(vdev_t *vd, uint64_t physical_offset) function
2380 return (vdev_draid_spare_get_child(cvd, physical_offset));
2579 cvd = vdev_draid_spare_get_child(vd, offset);
2607 cvd = vdev_draid_spare_get_child(vd, offset);
2624 cvd = vdev_draid_spare_get_child(v
[all...]

Completed in 114 milliseconds