Lines Matching refs:abd
1318 abd_t *abd = NULL; in vdev_label_read_bootenv() local
1325 zio_t *zio = zio_root(spa, NULL, &abd, flags); in vdev_label_read_bootenv()
1329 if (abd != NULL) { in vdev_label_read_bootenv()
1331 vdev_boot_envblock_t *vbe = abd_to_buf(abd); in vdev_label_read_bootenv()
1357 buf = abd_to_buf(abd); in vdev_label_read_bootenv()
1369 abd_free(abd); in vdev_label_read_bootenv()
1419 abd_t *abd = abd_alloc_for_io(VDEV_PAD_SIZE, B_TRUE); in vdev_label_write_bootenv() local
1420 abd_zero(abd, VDEV_PAD_SIZE); in vdev_label_write_bootenv()
1422 bootenv = abd_borrow_buf_copy(abd, VDEV_PAD_SIZE); in vdev_label_write_bootenv()
1447 abd_return_buf_copy(abd, bootenv, VDEV_PAD_SIZE); in vdev_label_write_bootenv()
1449 abd_free(abd); in vdev_label_write_bootenv()
1456 vdev_label_write(zio, vd, l, abd, in vdev_label_write_bootenv()
1467 abd_free(abd); in vdev_label_write_bootenv()