Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_mount.c365 zfs_handle_t *encroot_hp = zhp; in zfs_mount_at() local
434 encroot_hp = zfs_open(hdl, prop_encroot, in zfs_mount_at()
436 if (encroot_hp == NULL) in zfs_mount_at()
440 rc = zfs_crypto_load_key(encroot_hp, in zfs_mount_at()
444 zfs_close(encroot_hp); in zfs_mount_at()