Home | History | Annotate | Download | only in hash

Lines Matching defs:rbufp

221 	BUFHEAD *last_bfp, *rbufp;
226 rbufp = bufp;
244 rbufp->flags |= BUF_MOD;
245 rbufp = __get_buf(hashp, (uint32_t)pageno, rbufp, 0);
248 last_bfp = rbufp;
249 if (!rbufp)
251 bp = (uint16_t *)(void *)rbufp->page;
255 * If we get here then rbufp points to the last page of the big
271 bufp->ovfl = rbufp->ovfl;
283 if (rbufp)
284 __free_ovflpage(hashp, rbufp);
285 if (last_bfp && last_bfp != rbufp)