Lines Matching defs:dda
287 dedup_arg_t *dda = arg;
288 char *buf = zfs_alloc(dda->dedup_hdl, SPA_MAXBLOCKSIZE);
318 outfd = dda->outputfd;
319 ofp = fdopen(dda->inputfd, "r");
342 buf = zfs_realloc(dda->dedup_hdl, buf,
436 if (ddt_update(dda->dedup_hdl, &ddt,
1684 dedup_arg_t dda = { 0 };
1713 dda.outputfd = outfd;
1714 dda.inputfd = pipefd[1];
1715 dda.dedup_hdl = zhp->zfs_hdl;
1716 if (err = pthread_create(&tid, NULL, cksummer, &dda)) {