Searched refs:zfs_prop_inherit (Results 1 – 3 of 3) sorted by relevance
452 extern int zfs_prop_inherit(zfs_handle_t *, const char *, boolean_t);
1738 zfs_prop_inherit(zfs_handle_t *zhp, const char *propname, boolean_t received) in zfs_prop_inherit() function
1891 return (zfs_prop_inherit(zhp, cb->cb_propname, cb->cb_received) != 0); in inherit_recurse_cb()1899 return (zfs_prop_inherit(zhp, cb->cb_propname, cb->cb_received) != 0); in inherit_cb()