Searched defs:tmpdp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_userhold.c536 * If tmpdp is not NULL the names for holds should be the dsobj's of snapshots,
549 dsl_pool_t *tmpdp)
564 if (tmpdp != NULL) {
567 pool = spa_name(tmpdp->dp_spa);
573 dsl_pool_config_enter(tmpdp, FTAG);
574 error = dsl_dataset_hold_obj_string(tmpdp,
579 dsl_pool_config_exit(tmpdp, FTAG);
583 dsl_pool_config_exit(tmpdp, FTAG);
548 dsl_dataset_user_release_impl(nvlist_t *holds, nvlist_t *errlist, dsl_pool_t *tmpdp) argument

Completed in 60 milliseconds