Searched refs:ancestor (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dir.c101 * the common ancestor. A receive will also validate the counts and then update
723 * initialized) filesystem or the given ancestor must be satisfied.
727 dsl_dir_t *ancestor, cred_t *cr)
772 * If an ancestor has been provided, stop checking the limit once we
774 * the check once we recurse up to the common ancestor.
776 if (ancestor == dd)
799 ancestor, cr);
1022 * How much space would dd have available if ancestor had delta applied
1028 dsl_dir_t *ancestor, int64_t delta, int ondiskonly)
1041 ancestor, delt
726 dsl_fs_ss_limit_check(dsl_dir_t *dd, uint64_t delta, zfs_prop_t prop, dsl_dir_t *ancestor, cred_t *cr) argument
1027 dsl_dir_space_available(dsl_dir_t *dd, dsl_dir_t *ancestor, int64_t delta, int ondiskonly) argument
1641 would_change(dsl_dir_t *dd, int64_t delta, dsl_dir_t *ancestor) argument
1909 dsl_dir_t *ancestor; local
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_dir.h125 dsl_dir_t *ancestor, int64_t delta, int ondiskonly);
/freebsd-9.3-release/contrib/gcc/
H A Dcfgloop.c253 basic_block ancestor = e->src;
255 if (ancestor != ENTRY_BLOCK_PTR
256 && ancestor->loop_father != loop)
258 ancestor->loop_father = loop;
259 ancestor->loop_depth = loop->depth;
261 stack[sp++] = ancestor;
994 /* Finds nearest common ancestor in loop tree for given loops. */
252 basic_block ancestor = e->src; local
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dgrep.c1051 struct stats const *ancestor; local
1057 for (ancestor = stats; (ancestor = ancestor->parent) != 0; )
1058 if (ancestor->stat.st_ino == stats->stat.st_ino
1059 && ancestor->stat.st_dev == stats->stat.st_dev)
/freebsd-9.3-release/sys/kern/
H A Dsubr_witness.c164 #define WITNESS_PARENT 0x01 /* Parent, aka direct ancestor. */
165 #define WITNESS_ANCESTOR 0x02 /* Direct or indirect ancestor. */
178 /* Descendant to ancestor flags */
233 * ancestor count */
1837 * If parent was not already an ancestor of child,
1838 * then we increment the descendant and ancestor counters.
1846 * Find each ancestor of 'pi'. Note that 'pi' itself is counted as
1847 * an ancestor of 'pi' during this loop.
1878 * ancestor and descendant. We should have caught
1884 "both ancestor an
1968 isitmydescendant(struct witness *ancestor, struct witness *descendant) argument
[all...]
/freebsd-9.3-release/contrib/gcc/cp/
H A Dname-lookup.c3203 /* Return the namespace that is the common ancestor
3287 ancestor and let our users know about the new namespace */
3777 which have SCOPE as a common ancestor with the current scope.
4757 tree iter, ancestor;
4764 ancestor = namespace_ancestor (current_decl_namespace (), used);
4766 ud = tree_cons (used, ancestor, ud);
4752 tree iter, ancestor; local

Completed in 105 milliseconds