Lines Matching refs:lmp
928 struct metapage *lmp; in dtSplitUp() local
1119 lmp = smp; in dtSplitUp()
1128 DT_PUTPAGE(lmp); in dtSplitUp()
1179 DT_PUTPAGE(lmp); in dtSplitUp()
1210 DT_PUTPAGE(lmp); in dtSplitUp()
2437 struct metapage *mp, *pmp, *lmp, *rmp; in dtRelocate() local
2495 lmp = NULL; in dtRelocate()
2498 DT_GETPAGE(ip, prevbn, lmp, PSIZE, lp, rc); in dtRelocate()
2513 if (lmp) { in dtRelocate()
2514 tlck = txLock(tid, ip, lmp, tlckDTREE | tlckRELINK); in dtRelocate()
2524 DT_PUTPAGE(lmp); in dtRelocate()