Lines Matching full:load
4 # zfs-load-key This script will load/unload the zfs filesystems keys.
7 # description: This script will load or unload the zfs filesystems keys during
13 # Provides: zfs-load-key
20 # Short-Description: Load ZFS keys for filesystems and volumes
21 # Description: Run the `zfs load-key` or `zfs unload-key` commands.
43 # Load keys for all datasets/filesystems
46 zfs_log_begin_msg "Load ZFS filesystem(s) keys"
56 zfs_action "Load key for $encryptionroot" \
57 "$ZFS" load-key "$encryptionroot"