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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Ddup_avl.c65 * is keyed by the pfn and called dup_frags.
97 static avl_tree_t dup_frags; variable
120 return (avl_numnodes(&dup_frags) > 0);
138 if (avl_first(&dup_frags) == NULL) {
140 avl_create(&dup_frags, fragment_cmp,
148 dup = avl_find(&dup_frags, (void *)&key, &where);
151 avl_insert(&dup_frags, (void *)dup, where);
207 dup = avl_first(&dup_frags);
213 dup = AVL_NEXT(&dup_frags, dup);
226 invert_frags(&dup_frags,
[all...]

Completed in 233 milliseconds