mpage_cmp
static int mpage_cmp(struct mpage *a, struct mpage *b);
RB_PROTOTYPE(page_cache, mpage, entry, mpage_cmp);
RB_GENERATE(page_cache, mpage, entry, mpage_cmp);