Searched refs:objset_types (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/common/zfs/ |
H A D | zprop_common.c | 73 int objset_types, const char *values, const char *colname, in zprop_register_impl() argument 76 zprop_desc_t *prop_tbl = zprop_get_proptable(objset_types); in zprop_register_impl() 91 pd->pd_types = objset_types; in zprop_register_impl() 104 zprop_attr_t attr, int objset_types, const char *values, in zprop_register_string() argument 108 objset_types, values, colname, B_FALSE, B_TRUE, NULL); in zprop_register_string() 114 zprop_attr_t attr, int objset_types, const char *values, in zprop_register_number() argument 118 objset_types, values, colname, B_TRUE, B_TRUE, NULL); in zprop_register_number() 123 zprop_attr_t attr, int objset_types, const char *values, in zprop_register_index() argument 127 objset_types, values, colname, B_TRUE, B_TRUE, idx_tbl); in zprop_register_index() 132 zprop_attr_t attr, int objset_types, const char *colname) in zprop_register_hidden() argument [all …]
|
/titanic_44/usr/src/cmd/zdb/ |
H A D | zdb.c | 1953 static char *objset_types[DMU_OST_NUMTYPES] = { variable 1978 type = objset_types[dds.dds_type]; in dump_dir()
|