sha_dedup_entry
struct sha_dedup_entry *sha_de;
static int rb_sha_dedup_entry_compare(struct sha_dedup_entry *sha_de1,
struct sha_dedup_entry *sha_de2);
RB_GENERATE(sha_dedup_entry_rb_tree, sha_dedup_entry, fict_entry,
rb_sha_dedup_entry_compare(struct sha_dedup_entry *sha_de1,
struct sha_dedup_entry *sha_de2)
struct sha_dedup_entry *sha_de;
struct sha_dedup_entry *sha_de, temp;
RB_HEAD(sha_dedup_entry_rb_tree, sha_dedup_entry) fict_root;
RB_ENTRY(sha_dedup_entry) fict_entry;
RB_PROTOTYPE(sha_dedup_entry_rb_tree, sha_dedup_entry, fict_entry,