PREV_PGNO
#define PREV_PGNO(p) (((PAGE *)p)->prev_pgno)
#define PREV_PGNO(P) (REFERENCE((P), db_pgno_t, I_PREV_PGNO))