Lines Matching defs:smp
931 struct metapage *smp;
953 smp = split->mp;
954 sp = DT_PAGE(ip, smp);
958 DT_PUTPAGE(smp);
983 DT_PUTPAGE(smp);
1000 DT_PUTPAGE(smp);
1059 DT_PUTPAGE(smp);
1085 DT_PUTPAGE(smp);
1093 DT_PUTPAGE(smp);
1127 lmp = smp;
1134 DT_GETPAGE(ip, parent->bn, smp, PSIZE, sp, rc);
1189 DT_PUTPAGE(smp);
1230 split->mp = smp;
1247 DT_PUTPAGE(smp);
1251 /* smp and rmp are pinned */
1257 BT_MARK_DIRTY(smp, ip);
1261 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY);
1290 DT_PUTPAGE(smp);
1330 struct metapage *smp;
1353 smp = split->mp;
1354 sp = DT_PAGE(ip, smp);
1374 jfs_info("dtSplitPage: ip:0x%p smp:0x%p rmp:0x%p", ip, smp, rmp);
1387 BT_MARK_DIRTY(smp, ip);
1393 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY);
1643 struct metapage *smp, *pmp, *mp;
1664 smp = split->mp;
1665 sp = DT_PAGE(ip, smp);
1723 jfs_info("dtExtendPage: ip:0x%p smp:0x%p sp:0x%p", ip, smp, sp);
1725 BT_MARK_DIRTY(smp, ip);
1729 tlck = txLock(tid, ip, smp, tlckDTREE | type);
1875 struct metapage *smp;
1895 smp = split->mp;
2020 BT_MARK_DIRTY(smp, ip);
2024 tlck = txLock(tid, ip, smp, tlckDTREE | tlckNEW | tlckBTROOT);