Searched refs:oldchild (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_raidz.c | 4230 int oldchild = i % (raidvd->vdev_children - 1); in raidz_reflow_scratch_sync() local 4237 ASSERT(!(newchild == oldchild && newoff == oldoff)); in raidz_reflow_scratch_sync() 4239 abd_copy_off(abds[newchild], abds[oldchild], in raidz_reflow_scratch_sync()
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_main.c | 5541 nvlist_t **oldchild, **newchild; in print_vdev_stats() local 5659 &oldchild, &oldchildren) != 0) in print_vdev_stats() 5685 ret += print_vdev_stats(zhp, vname, oldnv ? oldchild[c] : NULL, in print_vdev_stats() 5730 oldchild[c] : NULL, newchild[c], cb, depth + 2); in print_vdev_stats() 5744 &oldchild, &oldchildren) != 0) in print_vdev_stats() 5760 ret += print_vdev_stats(zhp, vname, oldnv ? oldchild[c] in print_vdev_stats()
|