]> git.proxmox.com Git - mirror_zfs.git/blobdiff - include/zfs_prop.h
Native Encryption for ZFS on Linux
[mirror_zfs.git] / include / zfs_prop.h
index 5e7d3f55ac6ac9c455f0e0b5b2b8077927c848cc..60e08552a8aa1b9f2392ad3abe298fad18f8612b 100644 (file)
@@ -51,9 +51,12 @@ typedef enum {
         * ONETIME properties are a sort of conglomeration of READONLY
         * and INHERIT.  They can be set only during object creation,
         * after that they are READONLY.  If not explicitly set during
-        * creation, they can be inherited.
+        * creation, they can be inherited. ONETIME_DEFAULT properties
+        * work the same way, but they will default instead of
+        * inheriting a value.
         */
-       PROP_ONETIME
+       PROP_ONETIME,
+       PROP_ONETIME_DEFAULT
 } zprop_attr_t;
 
 typedef struct zfs_index {