Lines Matching refs:lmp
940 struct metapage *lmp; in dtSplitUp() local
1131 lmp = smp; in dtSplitUp()
1140 DT_PUTPAGE(lmp); in dtSplitUp()
1191 DT_PUTPAGE(lmp); in dtSplitUp()
1222 DT_PUTPAGE(lmp); in dtSplitUp()
2449 struct metapage *mp, *pmp, *lmp, *rmp; in dtRelocate() local
2507 lmp = NULL; in dtRelocate()
2510 DT_GETPAGE(ip, prevbn, lmp, PSIZE, lp, rc); in dtRelocate()
2525 if (lmp) { in dtRelocate()
2526 tlck = txLock(tid, ip, lmp, tlckDTREE | tlckRELINK); in dtRelocate()
2536 DT_PUTPAGE(lmp); in dtRelocate()