Searched refs:ZFS_PROP_USED (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/lib/libbe/common/ |
H A D | be_list.c | 1048 be_node->be_space_used = zfs_prop_get_int(zhp, ZFS_PROP_USED); in be_get_node_data() 1207 dataset->be_ds_space_used = zfs_prop_get_int(zfshp, ZFS_PROP_USED); in be_get_ds_data() 1321 ZFS_PROP_USED); in be_get_ss_data()
|
/titanic_44/usr/src/common/zfs/ |
H A D | zfs_prop.c | 340 zprop_register_number(ZFS_PROP_USED, "used", 0, PROP_READONLY, in zfs_prop_init()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 87 ZFS_PROP_USED, enumerator
|
/titanic_44/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_property.c | 100 ZFS_PROP_USED,
|
/titanic_44/usr/src/cmd/fs.d/ |
H A D | df.c | 1228 size = _zfs_prop_get_int(zhp, ZFS_PROP_USED) + in adjust_total_blocks()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | dsl_dir.c | 947 dsl_prop_nvlist_add_uint64(nv, ZFS_PROP_USED, in dsl_dir_stats()
|
H A D | dsl_dataset.c | 1804 dsl_prop_nvlist_add_uint64(nv, ZFS_PROP_USED, in dsl_dataset_stats()
|
/titanic_44/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 2333 case ZFS_PROP_USED: in us_compare() 2337 if (prop == ZFS_PROP_USED) in us_compare()
|