peb_in_use_cmp
int peb_in_use_cmp(struct chfs_peb *peb1, struct chfs_peb *peb2);
RB_PROTOTYPE(peb_in_use_rbtree, chfs_peb, u.rb, peb_in_use_cmp);
RB_GENERATE(peb_in_use_rbtree, chfs_peb, u.rb, peb_in_use_cmp);