Searched refs:zfs_prop_inherit (Results 1 – 4 of 4) sorted by relevance
124 zfs_prop_inherit;
447 extern int zfs_prop_inherit(zfs_handle_t *, const char *, boolean_t);
1790 zfs_prop_inherit(zfs_handle_t *zhp, const char *propname, boolean_t received) in zfs_prop_inherit() function
1887 return (zfs_prop_inherit(zhp, cb->cb_propname, cb->cb_received) != 0); in inherit_recurse_cb()1895 return (zfs_prop_inherit(zhp, cb->cb_propname, cb->cb_received) != 0); in inherit_cb()