Home
last modified time | relevance | path

Searched refs:ZFS_PROP_COMPRESSION (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/common/zfs/
Dzfs_prop.c261 zprop_register_index(ZFS_PROP_COMPRESSION, "compression", in zfs_prop_init()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzvol.c2458 zfs_prop_to_name(ZFS_PROP_COMPRESSION), &compress, NULL);
2503 zfs_prop_to_name(ZFS_PROP_COMPRESSION), 8, 1,
2551 zfs_prop_to_name(ZFS_PROP_COMPRESSION),
2656 zfs_prop_to_name(ZFS_PROP_COMPRESSION), 8, 1, &compress);
2666 zfs_prop_to_name(ZFS_PROP_COMPRESSION), compress);
Ddmu_objset.c497 zfs_prop_to_name(ZFS_PROP_COMPRESSION), in dmu_objset_open_impl()
Dzfs_ioctl.c4235 case ZFS_PROP_COMPRESSION: in zfs_check_settable()
Dspa.c655 zfs_prop_to_name(ZFS_PROP_COMPRESSION), in spa_prop_validate()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/fs/
Dzfs.h112 ZFS_PROP_COMPRESSION, enumerator
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/ztest/
Dztest.c2429 ZFS_PROP_COMPRESSION, in ztest_io()
2430 ztest_random_dsl_prop(ZFS_PROP_COMPRESSION), in ztest_io()
4226 ztest_random_dsl_prop(ZFS_PROP_COMPRESSION); in ztest_dmu_read_write()
5203 ZFS_PROP_COMPRESSION, in ztest_dsl_prop_get_set()
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs_dataset.c1698 if (prop == ZFS_PROP_COMPRESSION || in zfs_setprop_error()