Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libzfs/common/
H A Dmapfile-vers88 zfs_handle_dup;
H A Dlibzfs_iter.c517 return (iter_dependents_cb(zfs_handle_dup(zhp), &ida)); in zfs_iter_dependents()
H A Dlibzfs.h404 extern zfs_handle_t *zfs_handle_dup(zfs_handle_t *);
H A Dlibzfs_dataset.c537 zfs_handle_dup(zfs_handle_t *zhp_orig) in zfs_handle_dup() function
3484 (void) zfs_check_snap_cb(zfs_handle_dup(zhp), &dd); in zfs_destroy_snaps()
3803 (void) zfs_snapshot_cb(zfs_handle_dup(zhp), &sd); in zfs_snapshot()
4466 (void) zfs_hold_one(zfs_handle_dup(zhp), &ha); in zfs_hold()
4599 (void) zfs_release_one(zfs_handle_dup(zhp), &ha); in zfs_release()
H A Dlibzfs_sendrecv.c2259 int err = guid_to_name_cb(zfs_handle_dup(zhp), &gtnd); in guid_to_name()
/titanic_50/usr/src/cmd/zfs/
H A Dzfs_main.c1319 if (gather_snapshots(zfs_handle_dup(zhp), &cb) != 0 || in zfs_do_destroy()