Searched refs:zfs_prop_table (Results 1 – 1 of 1) sorted by relevance
48 static zprop_desc_t zfs_prop_table[ZFS_NUM_PROPS]; variable61 return (zfs_prop_table); in zfs_prop_get_table()442 zprop_desc_t *pd = &zfs_prop_table[prop]; in zfs_prop_delegatable()562 return (zfs_prop_table[prop].pd_proptype); in zfs_prop_get_type()571 return (zfs_prop_table[prop].pd_attr == PROP_READONLY || in zfs_prop_readonly()572 zfs_prop_table[prop].pd_attr == PROP_ONETIME); in zfs_prop_readonly()581 return (zfs_prop_table[prop].pd_attr == PROP_ONETIME); in zfs_prop_setonce()587 return (zfs_prop_table[prop].pd_strdefault); in zfs_prop_default_string()593 return (zfs_prop_table[prop].pd_numdefault); in zfs_prop_default_numeric()603 return (zfs_prop_table[prop].pd_name); in zfs_prop_to_name()[all …]