Searched refs:ZFS_NUM_PROPS (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zcommon/ |
| H A D | zfs_prop.c | 47 static zprop_desc_t zfs_prop_table[ZFS_NUM_PROPS]; 815 ASSERT3S(prop, <, ZFS_NUM_PROPS); in zfs_prop_delegatable() 928 ASSERT3S(prop, <, ZFS_NUM_PROPS); in zfs_prop_get_type() 939 ASSERT3S(prop, <, ZFS_NUM_PROPS); in zfs_prop_readonly() 952 ASSERT3S(prop, <, ZFS_NUM_PROPS); in zfs_prop_visible() 964 ASSERT3S(prop, <, ZFS_NUM_PROPS); in zfs_prop_setonce() 973 ASSERT3S(prop, <, ZFS_NUM_PROPS); in zfs_prop_default_string() 981 ASSERT3S(prop, <, ZFS_NUM_PROPS); in zfs_prop_default_numeric() 993 ASSERT3S(prop, <, ZFS_NUM_PROPS); in zfs_prop_to_name() 1004 ASSERT3S(prop, <, ZFS_NUM_PROPS); in zfs_prop_inheritable() [all …]
|
| H A D | zprop_common.c | 61 return (ZFS_NUM_PROPS); in zprop_get_numprops()
|
| /freebsd/sys/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_iter.c | 58 uint8_t cb_props_table[ZFS_NUM_PROPS]; 450 p->pl_prop < ZFS_NUM_PROPS) { in zfs_for_each() 458 sortcol->sc_prop < ZFS_NUM_PROPS) { in zfs_for_each()
|
| H A D | zfs_main.c | 6019 const char *props[ZFS_NUM_PROPS]; in allow_usage() 6047 for (i = 0; i < ZFS_NUM_PROPS; i++) { in allow_usage()
|
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_sysfs.c | 326 ASSERT3U(prop, <, ZFS_NUM_PROPS); in dataset_property_show() 605 err = zfs_kobj_init(zfs_kobj, 0, ZFS_NUM_PROPS, in zfs_sysfs_properties_init()
|
| /freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/ |
| H A D | ioctl.c | 474 for (i = 0; i < ZFS_NUM_PROPS; i++) { in py_get_proptable()
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_iter.c | 226 for (zfs_prop_t p = 0; p < ZFS_NUM_PROPS; p++) { in zfs_iter_bookmarks_v2()
|
| H A D | libzfs.abi | 2401 <enumerator name='ZFS_NUM_PROPS' value='108'/>
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zcp_iter.c | 435 for (int prop = ZFS_PROP_TYPE; prop < ZFS_NUM_PROPS; prop++) { in zcp_dataset_system_props()
|
| /freebsd/sys/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 198 ZFS_NUM_PROPS enumerator
|