Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c536 zfs_handle_dup(zfs_handle_t *zhp_orig) in zfs_handle_dup() argument
543 zhp->zfs_hdl = zhp_orig->zfs_hdl; in zfs_handle_dup()
544 zhp->zpool_hdl = zhp_orig->zpool_hdl; in zfs_handle_dup()
545 (void) strlcpy(zhp->zfs_name, zhp_orig->zfs_name, in zfs_handle_dup()
547 zhp->zfs_type = zhp_orig->zfs_type; in zfs_handle_dup()
548 zhp->zfs_head_type = zhp_orig->zfs_head_type; in zfs_handle_dup()
549 zhp->zfs_dmustats = zhp_orig->zfs_dmustats; in zfs_handle_dup()
550 if (zhp_orig->zfs_props != NULL) { in zfs_handle_dup()
551 if (nvlist_dup(zhp_orig->zfs_props, &zhp->zfs_props, 0) != 0) { in zfs_handle_dup()
557 if (zhp_orig->zfs_user_props != NULL) { in zfs_handle_dup()
[all …]