Searched refs:zfs_prop_table (Results 1 – 1 of 1) sorted by relevance
49 static zprop_desc_t zfs_prop_table[ZFS_NUM_PROPS]; variable62 return (zfs_prop_table); in zfs_prop_get_table()474 zprop_desc_t *pd = &zfs_prop_table[prop]; in zfs_prop_delegatable()594 return (zfs_prop_table[prop].pd_proptype); in zfs_prop_get_type()603 return (zfs_prop_table[prop].pd_attr == PROP_READONLY || in zfs_prop_readonly()604 zfs_prop_table[prop].pd_attr == PROP_ONETIME); in zfs_prop_readonly()613 return (zfs_prop_table[prop].pd_attr == PROP_ONETIME); in zfs_prop_setonce()619 return (zfs_prop_table[prop].pd_strdefault); in zfs_prop_default_string()625 return (zfs_prop_table[prop].pd_numdefault); in zfs_prop_default_numeric()635 return (zfs_prop_table[prop].pd_name); in zfs_prop_to_name()[all …]