Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_iter.c525 return (iter_dependents_cb(zfs_handle_dup(zhp), &ida)); in zfs_iter_dependents()
H A Dlibzfs.h409 extern zfs_handle_t *zfs_handle_dup(zfs_handle_t *);
H A Dlibzfs_dataset.c506 zfs_handle_dup(zfs_handle_t *zhp_orig) in zfs_handle_dup() function
3442 (void) zfs_check_snap_cb(zfs_handle_dup(zhp), &dd); in zfs_destroy_snaps()
3763 (void) zfs_snapshot_cb(zfs_handle_dup(zhp), &sd); in zfs_snapshot()
4459 (void) zfs_hold_one(zfs_handle_dup(zhp), &ha); in zfs_hold()
4592 (void) zfs_release_one(zfs_handle_dup(zhp), &ha); in zfs_release()
H A Dlibzfs_sendrecv.c2320 int err = guid_to_name_cb(zfs_handle_dup(zhp), &gtnd); in guid_to_name()
/netbsd-src/external/cddl/osnet/dist/cmd/zfs/
H A Dzfs_main.c1323 if (gather_snapshots(zfs_handle_dup(zhp), &cb) != 0 || in zfs_do_destroy()