zfs_prop_inherit
return (zfs_prop_inherit(zhp, cb->cb_propname, cb->cb_received) != 0);
return (zfs_prop_inherit(zhp, cb->cb_propname, cb->cb_received) != 0);
extern int zfs_prop_inherit(zfs_handle_t *, const char *, boolean_t);