Searched refs:zfs_prop_inherit (Results 1 – 4 of 4) sorted by relevance
119 zfs_prop_inherit;
444 extern int zfs_prop_inherit(zfs_handle_t *, const char *, boolean_t);
1781 zfs_prop_inherit(zfs_handle_t *zhp, const char *propname, boolean_t received) in zfs_prop_inherit() function
1864 return (zfs_prop_inherit(zhp, cb->cb_propname, cb->cb_received) != 0); in inherit_recurse_cb()1872 return (zfs_prop_inherit(zhp, cb->cb_propname, cb->cb_received) != 0); in inherit_cb()