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()457 zprop_desc_t *pd = &zfs_prop_table[prop]; in zfs_prop_delegatable()577 return (zfs_prop_table[prop].pd_proptype); in zfs_prop_get_type()586 return (zfs_prop_table[prop].pd_attr == PROP_READONLY || in zfs_prop_readonly()587 zfs_prop_table[prop].pd_attr == PROP_ONETIME); in zfs_prop_readonly()596 return (zfs_prop_table[prop].pd_attr == PROP_ONETIME); in zfs_prop_setonce()602 return (zfs_prop_table[prop].pd_strdefault); in zfs_prop_default_string()608 return (zfs_prop_table[prop].pd_numdefault); in zfs_prop_default_numeric()618 return (zfs_prop_table[prop].pd_name); in zfs_prop_to_name()[all …]