Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/etc/init.d/
H A Dzfs-load-key.in49 "$ZFS" list -Ho name,encryptionroot,keystatus,keylocation |
50 while IFS=" " read -r name encryptionroot keystatus keylocation; do
51 if [ "$encryptionroot" != "-" ] &&
52 [ "$name" = "$encryptionroot" ] &&
57 zfs_action "Load key for $encryptionroot" \
58 "$ZFS" load-key "$encryptionroot"
72 "$ZFS" list -Ho name,encryptionroot,keystatus | sed '1!G;h;$!d' |
73 while IFS=" " read -r name encryptionroot keystatus; do
74 if [ "$encryptionroot" != "-" ] &&
75 [ "$name" = "$encryptionroot" ] &&
[all …]
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.encryption.zcp18 -- and "encryptionroot"
23 assert(zfs.get_prop(argv[1], "encryptionroot") == argv[1])
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_load-key/
H A Dzfs_load-key_common.kshlib79 typeset eroot=$(get_prop encryptionroot $ds)
/src/sys/contrib/openzfs/contrib/initramfs/scripts/
H A Dzfs443 ENCRYPTIONROOT="$(get_fs_value "${_decrypt_fs}" encryptionroot)"