Home
last modified time | relevance | path

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.c95 static avl_tree_t dup_frags; variable
118 return (avl_numnodes(&dup_frags) > 0); in have_dups()
136 if (avl_first(&dup_frags) == NULL) { in find_dup_ref()
138 avl_create(&dup_frags, fragment_cmp, in find_dup_ref()
146 dup = avl_find(&dup_frags, (void *)&key, &where); in find_dup_ref()
149 avl_insert(&dup_frags, (void *)dup, where); in find_dup_ref()
205 dup = avl_first(&dup_frags); in report_dups()
211 dup = AVL_NEXT(&dup_frags, dup); in report_dups()
224 invert_frags(&dup_frags, &inode_frags); in report_dups()
389 avl_destroy(&dup_frags); in free_dup_state()
[all …]