Searched refs:zfs_prop_inheritable (Results 1 – 7 of 7) sorted by relevance
120 zfs_prop_inheritable;
1820 if (!zfs_prop_inheritable(prop) && !received) in zfs_prop_inherit()
92 inheritable = (prop == ZPROP_INVAL || zfs_prop_inheritable(prop)); in dsl_prop_get_dd()169 inheritable = (prop == ZPROP_INVAL || zfs_prop_inheritable(prop)); in dsl_prop_get_ds()953 !zfs_prop_inheritable(prop)) in dsl_prop_get_all_impl()
2866 if (prop != ZPROP_INVAL && !zfs_prop_inheritable(prop)) in zfs_ioc_inherit_prop()
610 zfs_prop_inheritable(zfs_prop_t prop) in zfs_prop_inheritable() function
256 boolean_t zfs_prop_inheritable(zfs_prop_t);
411 if (zfs_prop_inheritable(prop)) in usage_prop_cb()1927 if (!zfs_prop_inheritable(prop) && !received) { in zfs_do_inherit()