Lines Matching refs:lmp
935 struct metapage *lmp; in dtSplitUp() local
1110 lmp = smp; in dtSplitUp()
1119 DT_PUTPAGE(lmp); in dtSplitUp()
1170 DT_PUTPAGE(lmp); in dtSplitUp()
1201 DT_PUTPAGE(lmp); in dtSplitUp()
2419 struct metapage *mp, *pmp, *lmp, *rmp; in dtRelocate() local
2477 lmp = NULL; in dtRelocate()
2480 DT_GETPAGE(ip, prevbn, lmp, PSIZE, lp, rc); in dtRelocate()
2495 if (lmp) { in dtRelocate()
2496 tlck = txLock(tid, ip, lmp, tlckDTREE | tlckRELINK); in dtRelocate()
2506 DT_PUTPAGE(lmp); in dtRelocate()