Lines Matching refs:ancestor
98 * the common ancestor. A receive will also validate the counts and then update
738 * initialized) filesystem or the given ancestor must be satisfied.
742 dsl_dir_t *ancestor, cred_t *cr)
787 * If an ancestor has been provided, stop checking the limit once we
789 * the check once we recurse up to the common ancestor.
791 if (ancestor == dd)
814 ancestor, cr);
1039 * How much space would dd have available if ancestor had delta applied
1045 dsl_dir_t *ancestor, int64_t delta, int ondiskonly)
1058 ancestor, delta, ondiskonly);
1081 if (dd == ancestor) {
1658 * ancestor? Syncing context only.
1661 would_change(dsl_dir_t *dd, int64_t delta, dsl_dir_t *ancestor)
1663 if (dd == ancestor)
1669 return (would_change(dd->dd_parent, delta, ancestor));
1926 dsl_dir_t *ancestor;
1931 ancestor = closest_common_ancestor(sdd, tdd);
1932 adelta = would_change(sdd, -space, ancestor);
1933 avail = dsl_dir_space_available(tdd, ancestor, adelta, FALSE);
1938 ancestor, cr);
1942 ancestor, cr);