diff options
author | Matthew Ahrens <[email protected]> | 2013-02-22 01:23:09 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-10-31 10:16:11 -0700 |
commit | 24a64651b4163d47b1187821152d762e9a263d5a (patch) | |
tree | 0550704340de1f097d31cd4c8d1e47b2ed78f16d /include/sys | |
parent | c2e42f9d53bec422abb71efade2c004383345038 (diff) |
Illumos #3588
3588 provide zfs properties for logical (uncompressed) space
used and referenced
Reviewed by: Adam Leventhal <[email protected]>
Reviewed by: George Wilson <[email protected]>
Reviewed by: Dan McDonald <[email protected]>
Reviewed by: Richard Elling <[email protected]>
Approved by: Richard Lowe <[email protected]>
References:
https://www.illumos.org/issues/3588
illumos/illumos-gate@77372cb0f35e8d3615ca2e16044f033397e88e21
Ported-by: Richard Yao <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'include/sys')
-rw-r--r-- | include/sys/fs/zfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/fs/zfs.h b/include/sys/fs/zfs.h index 92a843b8c..89ac90ba7 100644 --- a/include/sys/fs/zfs.h +++ b/include/sys/fs/zfs.h @@ -138,6 +138,8 @@ typedef enum { ZFS_PROP_REFRATIO, ZFS_PROP_WRITTEN, ZFS_PROP_CLONES, + ZFS_PROP_LOGICALUSED, + ZFS_PROP_LOGICALREFERENCED, ZFS_PROP_SNAPDEV, ZFS_PROP_ACLTYPE, ZFS_NUM_PROPS |