Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/lib/libzfs/
Dzfs.expsym122 zfs_handle_dup
/netbsd/src/external/cddl/osnet/dist/lib/libzfs/common/
Dlibzfs_iter.c525 return (iter_dependents_cb(zfs_handle_dup(zhp), &ida)); in zfs_iter_dependents()
Dlibzfs.h409 extern zfs_handle_t *zfs_handle_dup(zfs_handle_t *);
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()
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/
Dzfs_main.c1323 if (gather_snapshots(zfs_handle_dup(zhp), &cb) != 0 || in zfs_do_destroy()