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()450 zprop_desc_t *pd = &zfs_prop_table[prop]; in zfs_prop_delegatable()570 return (zfs_prop_table[prop].pd_proptype); in zfs_prop_get_type()579 return (zfs_prop_table[prop].pd_attr == PROP_READONLY || in zfs_prop_readonly()580 zfs_prop_table[prop].pd_attr == PROP_ONETIME); in zfs_prop_readonly()589 return (zfs_prop_table[prop].pd_attr == PROP_ONETIME); in zfs_prop_setonce()595 return (zfs_prop_table[prop].pd_strdefault); in zfs_prop_default_string()601 return (zfs_prop_table[prop].pd_numdefault); in zfs_prop_default_numeric()611 return (zfs_prop_table[prop].pd_name); in zfs_prop_to_name()[all …]