Searched refs:new_dbn (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddsl_bookmark.c552 dsl_bookmark_node_t *new_dbn = dsl_bookmark_node_alloc(new_shortname); local
554 memcpy(&new_dbn->dbn_phys, &source_phys, sizeof (source_phys));
555 new_dbn->dbn_phys.zbm_redaction_obj = 0;
558 if (new_dbn->dbn_phys.zbm_flags & ZBM_FLAG_HAS_FBN) {
574 dsl_bookmark_node_add(bmark_fs_new, new_dbn, tx);
578 new_shortname, (longlong_t)new_dbn->dbn_phys.zbm_creation_txg,

Completed in 103 milliseconds