Home
last modified time | relevance | path

Searched refs:ZFS_NUM_PROPS (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/cmd/zfs/
H A Dzfs_iter.c65 uint8_t cb_props_table[ZFS_NUM_PROPS];
387 p->pl_prop < ZFS_NUM_PROPS) { in zfs_for_each()
395 sortcol->sc_prop < ZFS_NUM_PROPS) { in zfs_for_each()
H A Dzfs_main.c4742 const char *props[ZFS_NUM_PROPS]; in allow_usage()
4770 for (i = 0; i < ZFS_NUM_PROPS; i++) { in allow_usage()
/titanic_50/usr/src/common/zfs/
H A Dzprop_common.c67 return (ZFS_NUM_PROPS); in zprop_get_numprops()
H A Dzfs_prop.c49 static zprop_desc_t zfs_prop_table[ZFS_NUM_PROPS];
/titanic_50/usr/src/uts/common/sys/fs/
H A Dzfs.h160 ZFS_NUM_PROPS enumerator
/titanic_50/usr/src/lib/pyzfs/common/
H A Dioctl.c488 for (i = 0; i < ZFS_NUM_PROPS; i++) { in py_get_proptable()