Searched refs:encryptionroot (Results 1 – 4 of 4) sorted by relevance
49 "$ZFS" list -Ho name,encryptionroot,keystatus,keylocation |50 while IFS=" " read -r name encryptionroot keystatus keylocation; do51 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; do74 if [ "$encryptionroot" != "-" ] &&75 [ "$name" = "$encryptionroot" ] &&[all …]
18 -- and "encryptionroot"23 assert(zfs.get_prop(argv[1], "encryptionroot") == argv[1])
79 typeset eroot=$(get_prop encryptionroot $ds)
443 ENCRYPTIONROOT="$(get_fs_value "${_decrypt_fs}" encryptionroot)"