Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_iter.c552 return (iter_dependents_cb(zfs_handle_dup(zhp), &ida)); in zfs_iter_dependents()
H A Dlibzfs_dataset.c541 zfs_handle_dup(zfs_handle_t *zhp_orig) in zfs_handle_dup() function
3859 (void) zfs_check_snap_cb(zfs_handle_dup(zhp), &dd); in zfs_destroy_snaps()
4201 (void) zfs_snapshot_cb(zfs_handle_dup(zhp), &sd); in zfs_snapshot()
4910 (void) zfs_hold_one(zfs_handle_dup(zhp), &ha); in zfs_hold()
5046 (void) zfs_release_one(zfs_handle_dup(zhp), &ha); in zfs_release()
H A Dlibzfs_crypto.c1062 ret = load_keys_cb(zfs_handle_dup(zhp), &cb); in zfs_crypto_attempt_load_keys()
H A Dlibzfs_sendrecv.c2656 zfs_handle_t *ozhp = zfs_handle_dup(zhp); in recv_open_grand_origin()
2995 int err = guid_to_name_cb(zfs_handle_dup(zhp), &gtnd); in guid_to_name_redact_snaps()
H A Dlibzfs.abi160 …<elf-symbol name='zfs_handle_dup' type='func-type' binding='global-binding' visibility='default-vi…
1927zfs_handle_dup' mangled-name='zfs_handle_dup' filepath='/home/fedora/zfs/lib/libzfs/libzfs_dataset…
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzfs.h465 extern zfs_handle_t *zfs_handle_dup(zfs_handle_t *);
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c1684 if (gather_snapshots(zfs_handle_dup(zhp), &cb) != 0 || in zfs_do_destroy()