hash_page.c | 188 BUFHEAD *new_bufp, *old_bufp; local in function:__split_page 202 new_bufp = __get_buf(hashp, nbucket, NULL, 0); 203 if (new_bufp == NULL) 207 new_bufp->flags |= (BUF_MOD | BUF_PIN); 210 np = new_bufp->page; 216 retval = ugly_split(hashp, obucket, old_bufp, new_bufp, 219 new_bufp->flags &= ~BUF_PIN; 263 new_bufp->flags &= ~BUF_PIN; 287 BUFHEAD *new_bufp, 306 np = (uint16_t *)(void *)new_bufp->page [all...] |