Home
last modified time | relevance | path

Searched refs:pd_types (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/common/zfs/
H A Dzfs_prop.h71 int pd_types; /* bitfield of valid dataset types */ member
H A Dzprop_common.c91 pd->pd_types = objset_types; in zprop_register_impl()
365 return ((prop_tbl[prop].pd_types & type) != 0); in zprop_valid_for_type()
/titanic_41/usr/src/lib/pyzfs/common/
H A Dioctl.c499 attrtable[p->pd_attr], p->pd_types, in py_get_proptable()