Home
last modified time | relevance | path

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

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