Lines Matching refs:tailp
1472 * wapbl_advance_head(size, off, delta, headp, tailp)
1475 * old head and tail offsets *headp and *tailp, store the new head
1476 * and tail offsets in *headp and *tailp resulting from adding
1481 off_t *tailp)
1484 off_t tail = *tailp;
1491 *tailp = tail;
1495 * wapbl_advance_tail(size, off, delta, headp, tailp)
1498 * old head and tail offsets *headp and *tailp, store the new head
1499 * and tail offsets in *headp and *tailp resulting from removing
1504 off_t *tailp)
1507 off_t tail = *tailp;
1515 *tailp = tail;