Lines Matching defs:dbn
1126 dsl_bookmark_node_t *dbn;
1128 while ((dbn = avl_destroy_nodes(&ds->ds_bookmarks, &cookie)) !=
1130 if (dbn->dbn_phys.zbm_redaction_obj != 0) {
1133 dbn->dbn_phys.zbm_redaction_obj, FTAG,
1142 dbn->dbn_phys.zbm_redaction_obj, tx));
1146 if (dbn->dbn_phys.zbm_flags & ZBM_FLAG_HAS_FBN) {
1150 spa_strfree(dbn->dbn_name);
1151 mutex_destroy(&dbn->dbn_lock);
1152 kmem_free(dbn, sizeof (*dbn));