Home
last modified time | relevance | path

Searched refs:inode_dup (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Ddup_avl.c91 typedef struct inode_dup { struct
355 inode_dup_t *inode_dup; in free_invert_frags() local
358 while ((inode_dup = avl_destroy_nodes(tree, &outer)) != NULL) { in free_invert_frags()
360 while ((ref_dup = avl_destroy_nodes(&inode_dup->id_fragments, in free_invert_frags()
364 avl_destroy(&inode_dup->id_fragments); in free_invert_frags()
365 free((void *)inode_dup); in free_invert_frags()