Lines Matching refs:lmp
941 struct metapage *lmp; in dtSplitUp() local
1132 lmp = smp; in dtSplitUp()
1141 DT_PUTPAGE(lmp); in dtSplitUp()
1192 DT_PUTPAGE(lmp); in dtSplitUp()
1223 DT_PUTPAGE(lmp); in dtSplitUp()
2450 struct metapage *mp, *pmp, *lmp, *rmp; in dtRelocate() local
2508 lmp = NULL; in dtRelocate()
2511 DT_GETPAGE(ip, prevbn, lmp, PSIZE, lp, rc); in dtRelocate()
2526 if (lmp) { in dtRelocate()
2527 tlck = txLock(tid, ip, lmp, tlckDTREE | tlckRELINK); in dtRelocate()
2537 DT_PUTPAGE(lmp); in dtRelocate()