Lines Matching defs:smp
928 struct metapage *smp;
950 smp = split->mp;
951 sp = DT_PAGE(ip, smp);
955 DT_PUTPAGE(smp);
980 DT_PUTPAGE(smp);
997 DT_PUTPAGE(smp);
1056 DT_PUTPAGE(smp);
1082 DT_PUTPAGE(smp);
1090 DT_PUTPAGE(smp);
1124 lmp = smp;
1131 DT_GETPAGE(ip, parent->bn, smp, PSIZE, sp, rc);
1186 DT_PUTPAGE(smp);
1227 split->mp = smp;
1244 DT_PUTPAGE(smp);
1248 /* smp and rmp are pinned */
1254 BT_MARK_DIRTY(smp, ip);
1258 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY);
1287 DT_PUTPAGE(smp);
1327 struct metapage *smp;
1350 smp = split->mp;
1351 sp = DT_PAGE(ip, smp);
1371 jfs_info("dtSplitPage: ip:0x%p smp:0x%p rmp:0x%p", ip, smp, rmp);
1384 BT_MARK_DIRTY(smp, ip);
1390 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY);
1640 struct metapage *smp, *pmp, *mp;
1661 smp = split->mp;
1662 sp = DT_PAGE(ip, smp);
1720 jfs_info("dtExtendPage: ip:0x%p smp:0x%p sp:0x%p", ip, smp, sp);
1722 BT_MARK_DIRTY(smp, ip);
1726 tlck = txLock(tid, ip, smp, tlckDTREE | type);
1872 struct metapage *smp;
1892 smp = split->mp;
2017 BT_MARK_DIRTY(smp, ip);
2021 tlck = txLock(tid, ip, smp, tlckDTREE | tlckNEW | tlckBTROOT);